summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-25-ParserAssertionFailure.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-25-ParserAssertionFailure.ll')
-rw-r--r--test/Assembler/2002-07-25-ParserAssertionFailure.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-25-ParserAssertionFailure.ll b/test/Assembler/2002-07-25-ParserAssertionFailure.ll
index 57ca2ffeb5..e1fa9346be 100644
--- a/test/Assembler/2002-07-25-ParserAssertionFailure.ll
+++ b/test/Assembler/2002-07-25-ParserAssertionFailure.ll
@@ -1,6 +1,6 @@
; Make sure we don't get an assertion failure, even though this is a parse
; error
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {No arguments}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {No arguments}
%ty = type void (i32)