aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/reloc-undef-global.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/reloc-undef-global.s')
-rw-r--r--test/MC/X86/reloc-undef-global.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/reloc-undef-global.s b/test/MC/X86/reloc-undef-global.s
index a4854d4..24de904 100644
--- a/test/MC/X86/reloc-undef-global.s
+++ b/test/MC/X86/reloc-undef-global.s
@@ -7,7 +7,7 @@ bar = foo + 4
.long bar
// ELF: Relocations [
-// ELF-NEXT: Section (2) .rela.text {
+// ELF-NEXT: Section {{.*}} .rela.text {
// ELF-NEXT: 0x0 R_X86_64_32 foo 0x4
// ELF-NEXT: }
// ELF-NEXT: ]