diff options
Diffstat (limited to 'test/Assembler/2007-04-15-BadIntrinsic.ll')
-rw-r--r-- | test/Assembler/2007-04-15-BadIntrinsic.ll | 2 |
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 25c3540..c3aac4e 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) |