X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-07-25-ParserAssertionFailure.ll;h=3c5c5546b4315a09c6fc7d586cbf563a2c3e4362;hb=d5ce456161b81a50c2e0dcf948192c1a4e1c8d22;hp=57ca2ffeb5f33b2429819f83adbc3a62ab0a40f5;hpb=e972299f340413a7dd288dc019b21404a92e9354;p=oota-llvm.git diff --git a/test/Assembler/2002-07-25-ParserAssertionFailure.ll b/test/Assembler/2002-07-25-ParserAssertionFailure.ll index 57ca2ffeb5f..3c5c5546b43 100644 --- a/test/Assembler/2002-07-25-ParserAssertionFailure.ll +++ b/test/Assembler/2002-07-25-ParserAssertionFailure.ll @@ -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 |& grep {'@foo' defined with} %ty = type void (i32)