Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2007-01-22-UpgradeMalformedStruct.ll
index 1636b9d85d2cc7cb3da7c4ee50d4ad39c30711bf..42c435939f8f10c63c0b9cda4914e60e59957195 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: llvm-upgrade < %s  > /dev/null |& grep {Illegal number of init}
+; RUN: not llvm-upgrade < %s  > /dev/null |& grep {Illegal number of init}
 
 global {} { int 7, float 1.0, int 7, int 8 }