Skip to content

Commit d88c1f9

Browse files
committed
[MC][ARM] Fix test.
1 parent 03f260f commit d88c1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/ARM/pcrel-ldrd-same-section.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
1111
@ RUN: llvm-objdump -d --triple=thumbv7 %t | FileCheck %s --check-prefix=THUMB_OFFSET
1212

13-
@ RUN: llvm-mc -filetype=obj -o %y %s -triple=thumbebv7
13+
@ RUN: llvm-mc -filetype=obj -o %t %s -triple=thumbebv7
1414
@ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
1515
@ RUN: llvm-objdump -d --triple=thumbebv7 %t | FileCheck %s --check-prefix=THUMB_OFFSET
1616

0 commit comments

Comments
 (0)