diff options
Diffstat (limited to 'llvm/test/Linker/link-messages.ll')
-rw-r--r-- | llvm/test/Linker/link-messages.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/link-messages.ll b/llvm/test/Linker/link-messages.ll index 1faae186ddd..4e7ffbc97d6 100644 --- a/llvm/test/Linker/link-messages.ll +++ b/llvm/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() { |