diff options
Diffstat (limited to 'lld/test/elf2/dynamic-reloc-index.s')
-rw-r--r-- | lld/test/elf2/dynamic-reloc-index.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf2/dynamic-reloc-index.s b/lld/test/elf2/dynamic-reloc-index.s index 3020ba700ce..feefd17add6 100644 --- a/lld/test/elf2/dynamic-reloc-index.s +++ b/lld/test/elf2/dynamic-reloc-index.s @@ -7,8 +7,8 @@ // We used to record the wrong symbol index for this test // CHECK: Relocations [ -// CHECK-NEXT: Section ({{.*}}) .rela.plt { -// CHECK-NEXT: 0x120C8 R_X86_64_JUMP_SLOT bar 0x0 +// CHECK-NEXT: Section ({{.*}}) .rela.dyn { +// CHECK-NEXT: 0x11000 R_X86_64_64 bar 0x0 // CHECK-NEXT: } // CHECK-NEXT: ] |