diff options
Diffstat (limited to 'test/MC/ELF/rename.s')
-rw-r--r-- | test/MC/ELF/rename.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/rename.s b/test/MC/ELF/rename.s index 6260387fb6..e7cedd0afb 100644 --- a/test/MC/ELF/rename.s +++ b/test/MC/ELF/rename.s @@ -17,7 +17,7 @@ defined3: // Section 1 is .text // CHECK: # Section 0x00000001 -// CHECK-NEXT: (('sh_name', 0x00000001) # '.text' +// CHECK-NEXT: (('sh_name', 0x00000006) # '.text' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000006) // CHECK-NEXT: ('sh_addr', 0x00000000) |