diff options
Diffstat (limited to 'test/ELF/icf-i386.s')
-rw-r--r-- | test/ELF/icf-i386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf-i386.s b/test/ELF/icf-i386.s index 292883e16fe50..b01e0503d405f 100644 --- a/test/ELF/icf-i386.s +++ b/test/ELF/icf-i386.s @@ -2,7 +2,7 @@ # This test is to make sure that we can handle implicit addends properly. # RUN: llvm-mc -filetype=obj -triple=i386-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 # CHECK: selected .text.f1 # CHECK: removed .text.f2 |