summaryrefslogtreecommitdiff
path: root/test/Verifier/2008-03-01-AllocaSized.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/2008-03-01-AllocaSized.ll')
-rw-r--r--test/Verifier/2008-03-01-AllocaSized.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/2008-03-01-AllocaSized.ll b/test/Verifier/2008-03-01-AllocaSized.ll
index eb96ced788..079a75d792 100644
--- a/test/Verifier/2008-03-01-AllocaSized.ll
+++ b/test/Verifier/2008-03-01-AllocaSized.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Cannot allocate unsized type}
+; RUN: not llvm-as %s -o /dev/null |& grep {Cannot allocate unsized type}
; PR2113
define void @test() {