diff options
Diffstat (limited to 'lld/test/ELF/icf-comdat.s')
-rw-r--r-- | lld/test/ELF/icf-comdat.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf-comdat.s b/lld/test/ELF/icf-comdat.s index 32899f25da3..761dd2ecdc9 100644 --- a/lld/test/ELF/icf-comdat.s +++ b/lld/test/ELF/icf-comdat.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 --print-icf-sections | FileCheck %s +# RUN: ld.lld %t -o /dev/null --icf=all --print-icf-sections | FileCheck %s # CHECK: selected section {{.*}}:(.text.f1) # CHECK: removing identical section {{.*}}:(.text.f2) |