Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedStructCrash.llx
index 0844437af470f572442e3c34436767f77d6f2457..bf930350ef07eb53163c32e5e8830c2dc78d2885 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: as < %s 2>&1 | grep "Illegal"
+; RUN: not llvm-as < %s  > /dev/null |& grep {Illegal number of init}
 
-global {} { int 7, float 1.0, int 7, int 8 }
+global {} { i32 7, float 1.0, i32 7, i32 8 }