diff options
Diffstat (limited to 'test/ELF/icf4.s')
-rw-r--r-- | test/ELF/icf4.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf4.s b/test/ELF/icf4.s index ad16d48775d6d..08830c8e503c8 100644 --- a/test/ELF/icf4.s +++ b/test/ELF/icf4.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 %t --icf=all --verbose | FileCheck %s +# RUN: ld.lld %t -o %t2 --icf=all --verbose | FileCheck %s # CHECK-NOT: Selected .text.f1 # CHECK-NOT: Selected .text.f2 |