aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/dominates.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/dominates.ll')
-rw-r--r--test/Verifier/dominates.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/dominates.ll b/test/Verifier/dominates.ll
index 50bfa61..17e2c33 100644
--- a/test/Verifier/dominates.ll
+++ b/test/Verifier/dominates.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null |& FileCheck %s
+; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
define i32 @f1(i32 %x) {
%y = add i32 %z, 1