diff options
Diffstat (limited to 'lld/test/ELF/icf-many-sections.s')
-rw-r--r-- | lld/test/ELF/icf-many-sections.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf-many-sections.s b/lld/test/ELF/icf-many-sections.s index 356714818db..766a003dd77 100644 --- a/lld/test/ELF/icf-many-sections.s +++ b/lld/test/ELF/icf-many-sections.s @@ -1,6 +1,6 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t -# RUN: ld.lld --icf=all --print-icf-sections %t -o %t2 | FileCheck %s -allow-empty +# RUN: ld.lld --icf=all --print-icf-sections %t -o /dev/null | FileCheck %s -allow-empty # CHECK-NOT: selected |