diff options
Diffstat (limited to 'test/Assembler/2002-07-25-ParserAssertionFailure.llx')
-rw-r--r-- | test/Assembler/2002-07-25-ParserAssertionFailure.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-25-ParserAssertionFailure.llx b/test/Assembler/2002-07-25-ParserAssertionFailure.llx index c36964e..2145383 100644 --- a/test/Assembler/2002-07-25-ParserAssertionFailure.llx +++ b/test/Assembler/2002-07-25-ParserAssertionFailure.llx @@ -1,6 +1,6 @@ ; Make sure we don't get an assertion failure, even though this is a parse ; error -; RUN: llvm-as 2>&1 < %s -o /dev/null -f | grep 'No arguments' +; RUN: llvm-as < %s -o /dev/null -f |& grep 'No arguments' %ty = type void (i32) |