aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/link-messages.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/link-messages.ll')
-rw-r--r--test/Linker/link-messages.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/link-messages.ll b/test/Linker/link-messages.ll
index 1faae18..4e7ffbc 100644
--- a/test/Linker/link-messages.ll
+++ b/test/Linker/link-messages.ll
@@ -2,7 +2,7 @@
; that error is printed out.
; RUN: llvm-as %s -o %t.one.bc
; RUN: llvm-as %s -o %t.two.bc
-; RUN: not llvm-link %t.one.bc %t.two.bc -o %t.bc |& FileCheck %s
+; RUN: not llvm-link %t.one.bc %t.two.bc -o %t.bc 2>&1 | FileCheck %s
; CHECK: symbol multiply defined
define i32 @bar() {