diff options
Diffstat (limited to 'llvm/test/Linker/module-flags-5-a.ll')
| -rw-r--r-- | llvm/test/Linker/module-flags-5-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/module-flags-5-a.ll b/llvm/test/Linker/module-flags-5-a.ll index 2e59ecca702..8d625cd8c9d 100644 --- a/llvm/test/Linker/module-flags-5-a.ll +++ b/llvm/test/Linker/module-flags-5-a.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-link %s %p/module-flags-5-b.ll -S -o - |& FileCheck %s +; RUN: not llvm-link %s %p/module-flags-5-b.ll -S -o - 2>&1 | FileCheck %s ; Test the 'override' error. |

