diff options
Diffstat (limited to 'test/ELF/icf6.s')
-rw-r--r-- | test/ELF/icf6.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf6.s b/test/ELF/icf6.s index ecb62fee2a0cf..6420868523bfd 100644 --- a/test/ELF/icf6.s +++ b/test/ELF/icf6.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-NOT: Selected .text.f1 # CHECK-NOT: Selected .text.f2 |