diff options
Diffstat (limited to 'test/ELF/icf2.s')
-rw-r--r-- | test/ELF/icf2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf2.s b/test/ELF/icf2.s index be595112b7e7f..fd0a311cbd1d4 100644 --- a/test/ELF/icf2.s +++ b/test/ELF/icf2.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: selected .text.f1 # CHECK: removed .text.f2 |