diff options
Diffstat (limited to 'lld/test/ELF/icf-non-mergeable.s')
-rw-r--r-- | lld/test/ELF/icf-non-mergeable.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf-non-mergeable.s b/lld/test/ELF/icf-non-mergeable.s index cefe36070c3..978ac156b70 100644 --- a/lld/test/ELF/icf-non-mergeable.s +++ b/lld/test/ELF/icf-non-mergeable.s @@ -8,7 +8,7 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \ // RUN: %p/Inputs/icf-non-mergeable.s -o %t2 -// RUN: ld.lld %t1 %t2 -o %t3 --icf=all --verbose 2>&1 | FileCheck %s +// RUN: ld.lld %t1 %t2 -o /dev/null --icf=all --verbose 2>&1 | FileCheck %s // CHECK-NOT: selected section '.text.f1' // CHECK-NOT: removing identical section '.text.f2' |