Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2007-01-21-UpgradeNoArgs.ll
index 5e7de73f9a9ebd4db5c44315ade41c80d8ee6f94..7b7ffd96fe0b8e059a94bee433c45c1c2899117b 100644 (file)
@@ -1,6 +1,6 @@
 ; Make sure we don't get an assertion failure, even though this is a parse 
 ; error
-; RUN: llvm-upgrade < %s > /dev/null |& grep {No arguments passed to a }
+; RUN: not llvm-upgrade < %s > /dev/null |& grep {No arguments passed to a }
 
 %ty = type void (int)