diff options
Diffstat (limited to 'test/ELF/icf3.s')
| -rw-r--r-- | test/ELF/icf3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf3.s b/test/ELF/icf3.s index 9f39ff6c7477..40067cefb200 100644 --- a/test/ELF/icf3.s +++ b/test/ELF/icf3.s @@ -2,7 +2,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/icf2.s -o %t2 -# RUN: ld.lld %t1 %t2 -o %t --icf=all --verbose | FileCheck %s +# RUN: ld.lld %t1 %t2 -o %t --icf=all --verbose 2>&1 | FileCheck %s # CHECK-NOT: Selected .text.f1 # CHECK-NOT: Selected .text.f2 |
