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