diff options
Diffstat (limited to 'lld/test/ELF/icf10.test')
-rw-r--r-- | lld/test/ELF/icf10.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf10.test b/lld/test/ELF/icf10.test index 97b11269077..96b4caf2f2e 100644 --- a/lld/test/ELF/icf10.test +++ b/lld/test/ELF/icf10.test @@ -1,5 +1,5 @@ # RUN: yaml2obj %s -o %t.o -# RUN: ld.lld --icf=all %t.o -o %t --print-icf-sections 2>&1 | FileCheck %s +# RUN: ld.lld --icf=all %t.o -o /dev/null --print-icf-sections 2>&1 | FileCheck %s # Checks that ICF does not merge 2 sections the offset of # the relocations of which differ. |