Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2007-04-15-BadIntrinsic.ll
index b21bd667c49883854a22d3659db4a7146d5d9ef2..25c35409693f3f74ba7e32d6cff36de1a10ceb3f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: 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)