diff options
Diffstat (limited to 'test/MC/AArch64/ldr-pseudo-obj-errors.s')
-rw-r--r-- | test/MC/AArch64/ldr-pseudo-obj-errors.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/ldr-pseudo-obj-errors.s b/test/MC/AArch64/ldr-pseudo-obj-errors.s index 7f1b64262c4fc..d851917b71403 100644 --- a/test/MC/AArch64/ldr-pseudo-obj-errors.s +++ b/test/MC/AArch64/ldr-pseudo-obj-errors.s @@ -8,6 +8,6 @@ .text foo: +// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range ldr x0, =0x10111 .space 0xdeadb0 -// CHECK: LVM ERROR: fixup value out of range |