aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/mips-got16-relocatable.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/mips-got16-relocatable.s')
-rw-r--r--lld/test/ELF/mips-got16-relocatable.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/mips-got16-relocatable.s b/lld/test/ELF/mips-got16-relocatable.s
index 046038664b7d..a7ff1793bead 100644
--- a/lld/test/ELF/mips-got16-relocatable.s
+++ b/lld/test/ELF/mips-got16-relocatable.s
@@ -4,7 +4,7 @@
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux -o %t.o %s
# RUN: ld.lld -r -o %t %t.o %t.o
-# RUN: llvm-objdump -d -r --no-show-raw-insn %t | FileCheck -check-prefix=OBJ %s
+# RUN: llvm-objdump -d -r --no-show-raw-insn %t | FileCheck --check-prefix=OBJ %s
# RUN: ld.lld -shared -o %t.so %t
# RUN: llvm-objdump -d -t --print-imm-hex --no-show-raw-insn %t.so \
# RUN: | FileCheck -check-prefix=SO %s