Fix PR3304
[oota-llvm.git] / test / Assembler / 2002-07-25-ParserAssertionFailure.ll
index 57ca2ffeb5f33b2429819f83adbc3a62ab0a40f5..29c7c02ff8505d7bcd001dabae7d7b1ccd85eedf 100644 (file)
@@ -1,6 +1,6 @@
 ; Make sure we don't get an assertion failure, even though this is a parse 
 ; error
-; RUN: not llvm-as < %s -o /dev/null -f |& grep {No arguments}
+; RUN: not llvm-as %s -o /dev/null -f |& grep {'@foo' defined with}
 
 %ty = type void (i32)