diff options
Diffstat (limited to 'lld/test/ELF/icf11.test')
-rw-r--r-- | lld/test/ELF/icf11.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf11.test b/lld/test/ELF/icf11.test index cddd2844454..8c3aa93568d 100644 --- a/lld/test/ELF/icf11.test +++ b/lld/test/ELF/icf11.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 type of # the relocations of which differ. |