diff options
Diffstat (limited to 'test/ELF/rel-offset.s')
-rw-r--r-- | test/ELF/rel-offset.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/rel-offset.s b/test/ELF/rel-offset.s index 6f35bcebc4b02..8044e61c3cb3b 100644 --- a/test/ELF/rel-offset.s +++ b/test/ELF/rel-offset.s @@ -10,6 +10,6 @@ .quad foo // CHECK: Section ({{.*}}) .rela.dyn { -// CHECK-NEXT: 0x2000 R_X86_64_64 foo 0x0 -// CHECK-NEXT: 0x2008 R_X86_64_64 foo 0x0 +// CHECK-NEXT: 0x1000 R_X86_64_64 foo 0x0 +// CHECK-NEXT: 0x1008 R_X86_64_64 foo 0x0 // CHECK-NEXT: } |