aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2007-08-06-AliasInvalid.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2007-08-06-AliasInvalid.ll')
-rw-r--r--test/Assembler/2007-08-06-AliasInvalid.ll3
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 94095982468c..3abdc41cd383 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