summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-04-15-BadIntrinsic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2007-04-15-BadIntrinsic.ll')
-rw-r--r--test/Assembler/2007-04-15-BadIntrinsic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-04-15-BadIntrinsic.ll b/test/Assembler/2007-04-15-BadIntrinsic.ll
index 25c3540969..c3aac4ee31 100644
--- a/test/Assembler/2007-04-15-BadIntrinsic.ll
+++ b/test/Assembler/2007-04-15-BadIntrinsic.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {Call to invalid LLVM intrinsic}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {Call to invalid LLVM intrinsic}
declare i32 @llvm.foobar(i32 %foo)