aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/icf7.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/icf7.s')
-rw-r--r--lld/test/ELF/icf7.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/icf7.s b/lld/test/ELF/icf7.s
index 554056099aa7..1046dd56474a 100644
--- a/lld/test/ELF/icf7.s
+++ b/lld/test/ELF/icf7.s
@@ -2,7 +2,7 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld %t -o %t2 --icf=all --print-icf-sections | FileCheck %s
-# RUN: llvm-objdump -t %t2 | FileCheck -check-prefix=ALIGN %s
+# RUN: llvm-objdump -t %t2 | FileCheck --check-prefix=ALIGN %s
# CHECK: selected section {{.*}}:(.text.f1)
# CHECK: removing identical section {{.*}}:(.text.f2)