diff options
Diffstat (limited to 'test/ELF/aarch64-abs16.s')
-rw-r--r-- | test/ELF/aarch64-abs16.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/aarch64-abs16.s b/test/ELF/aarch64-abs16.s index c4f5b3e44b58..20a65b1cf4a8 100644 --- a/test/ELF/aarch64-abs16.s +++ b/test/ELF/aarch64-abs16.s @@ -24,4 +24,4 @@ _start: // | FileCheck %s --check-prefix=OVERFLOW // RUN: not ld.lld %t.o %t257.o -o %t2 // | FileCheck %s --check-prefix=OVERFLOW -// OVERFLOW: Relocation R_AARCH64_ABS16 out of range +// OVERFLOW: Relocation R_AARCH64_ABS16 out of range: 65536 is not in [-32768, 65535] |