aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/relocation-copy-i686.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/relocation-copy-i686.s')
-rw-r--r--lld/test/ELF/relocation-copy-i686.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/relocation-copy-i686.s b/lld/test/ELF/relocation-copy-i686.s
index efccea3b4ae5..af78068ae18a 100644
--- a/lld/test/ELF/relocation-copy-i686.s
+++ b/lld/test/ELF/relocation-copy-i686.s
@@ -4,7 +4,7 @@
// RUN: ld.lld -shared %t2.o -soname=t.so -o %t.so
// RUN: ld.lld -e main %t.o %t.so -o %t3
// RUN: llvm-readobj -S -r --expand-relocs %t3 | FileCheck %s
-// RUN: llvm-objdump -d --no-show-raw-insn --print-imm-hex %t3 | FileCheck -check-prefix=CODE %s
+// RUN: llvm-objdump -d --no-show-raw-insn --print-imm-hex %t3 | FileCheck --check-prefix=CODE %s
.text
.globl main