diff options
Diffstat (limited to 'test/Assembler/2007-08-06-AliasInvalid.ll')
-rw-r--r-- | test/Assembler/2007-08-06-AliasInvalid.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Assembler/2007-08-06-AliasInvalid.ll b/test/Assembler/2007-08-06-AliasInvalid.ll index 9409598..3abdc41 100644 --- a/test/Assembler/2007-08-06-AliasInvalid.ll +++ b/test/Assembler/2007-08-06-AliasInvalid.ll @@ -1,4 +1,5 @@ -; RUN: not llvm-as < %s > /dev/null |& grep {expected top-level entity} +; RUN: not llvm-as < %s > /dev/null 2> %t +; RUN: grep "expected top-level entity" %t ; PR1577 @anInt = global i32 1 |