aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/load_module.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/load_module.ll')
-rw-r--r--test/Feature/load_module.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll
index 05f6c23..14c1153 100644
--- a/test/Feature/load_module.ll
+++ b/test/Feature/load_module.ll
@@ -1,6 +1,6 @@
; PR1318
; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
-; RUN: -disable-output |& grep Hello
+; RUN: -disable-output 2>&1 | grep Hello
; REQUIRES: loadable_module
; FIXME: On Cygming, it might fail without building LLVMHello manually.