aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/AmbiguousPhi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/AmbiguousPhi.ll')
-rw-r--r--test/Verifier/AmbiguousPhi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/AmbiguousPhi.ll b/test/Verifier/AmbiguousPhi.ll
index 58d8bdd..f31bc10 100644
--- a/test/Verifier/AmbiguousPhi.ll
+++ b/test/Verifier/AmbiguousPhi.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s |& grep "multiple entries for the same basic block"
+; RUN: not llvm-as < %s 2>&1 | grep "multiple entries for the same basic block"