this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedStructCrash.llx
index c606aa03a24394a98de3d9ee9826f55d2a1b6c1e..bf930350ef07eb53163c32e5e8830c2dc78d2885 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: llvm-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 }