diff options
Diffstat (limited to 'lld/test/ELF/icf5.s')
-rw-r--r-- | lld/test/ELF/icf5.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf5.s b/lld/test/ELF/icf5.s index 13fe194654a..86c0bc4b9e4 100644 --- a/lld/test/ELF/icf5.s +++ b/lld/test/ELF/icf5.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 2>&1 | FileCheck -allow-empty %s +# RUN: ld.lld %t -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s # CHECK-NOT: selected section '.text.f1' # CHECK-NOT: selected section '.text.f2' |