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 e41abc43ee0da..c4f5b3e44b584 100644 --- a/test/ELF/aarch64-abs16.s +++ b/test/ELF/aarch64-abs16.s @@ -18,7 +18,7 @@ _start: // S + A = 0xffff // 11002: S = 0x100, A = -0x8100 // S + A = 0x8000 -// CHECK-NEXT: 11000 ffff0080 +// CHECK-NEXT: 20000 ffff0080 // RUN: not ld.lld %t.o %t255.o -o %t2 // | FileCheck %s --check-prefix=OVERFLOW |