summaryrefslogtreecommitdiff
path: root/test/MC/ELF/weak-relocation.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/weak-relocation.s')
-rw-r--r--test/MC/ELF/weak-relocation.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/weak-relocation.s b/test/MC/ELF/weak-relocation.s
index 0f5bba2383..19153aa50d 100644
--- a/test/MC/ELF/weak-relocation.s
+++ b/test/MC/ELF/weak-relocation.s
@@ -8,7 +8,7 @@ bar:
call foo
// CHECK: Relocations [
-// CHECK-NEXT: Section ({{[0-9]+}}) .text {
+// CHECK-NEXT: Section ({{[0-9]+}}) .rela.text {
// CHECK-NEXT: 0x1 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC
// CHECK-NEXT: }
// CHECK-NEXT: ]