this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2002-07-25-ParserAssertionFailure.llx
index ccfc380b75bf7c98da5d1acfef7fc1bcb99ac3f9..57ca2ffeb5f33b2429819f83adbc3a62ab0a40f5 100644 (file)
@@ -1,6 +1,6 @@
 ; Make sure we don't get an assertion failure, even though this is a parse 
 ; error
-; RUN: llvm-as < %s -o /dev/null -f |& grep {No arguments}
+; RUN: not llvm-as < %s -o /dev/null -f |& grep {No arguments}
 
 %ty = type void (i32)