Skip to content

Commit bbb3f9b

Browse files
committed
[MC][ARM] Fix test
Similar to d88c1f9
1 parent 16b2387 commit bbb3f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@ RUN: llvm-mc -filetype=obj -o %t %s -triple=thumbv8.2a-eabi
88
@ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
99
@ RUN: llvm-objdump -d --triple=thumbv8.2a-eabi --mattr=+fullfp16 %t | FileCheck %s --check-prefix=THUMB_OFFSET
10-
@ RUN: llvm-mc -filetype=obj -o %y %s -triple=thumbebv8.2a-eabi
10+
@ RUN: llvm-mc -filetype=obj -o %t %s -triple=thumbebv8.2a-eabi
1111
@ RUN: llvm-readelf -r %t | FileCheck %s --check-prefix=RELOC
1212
@ RUN: llvm-objdump -d --triple=thumbebv8.2a-eabi --mattr=+fullfp16 %t | FileCheck %s --check-prefix=THUMB_OFFSET
1313

0 commit comments

Comments
 (0)