diff options
Diffstat (limited to 'test/ELF/icf7.s')
| -rw-r--r-- | test/ELF/icf7.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf7.s b/test/ELF/icf7.s index 8504ca2ac610..00fca793aeea 100644 --- a/test/ELF/icf7.s +++ b/test/ELF/icf7.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -# RUN: ld.lld %t -o %t2 --icf=all --verbose | FileCheck %s +# RUN: ld.lld %t -o %t2 --icf=all --verbose 2>&1 | FileCheck %s # RUN: llvm-objdump -t %t2 | FileCheck -check-prefix=ALIGN %s # CHECK: selected .text.f1 |
