aboutsummaryrefslogtreecommitdiff
path: root/test/MC/ELF/align-bss.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/align-bss.s')
-rw-r--r--test/MC/ELF/align-bss.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/align-bss.s b/test/MC/ELF/align-bss.s
index 4f73a29f8e2d..ca6da9184e8e 100644
--- a/test/MC/ELF/align-bss.s
+++ b/test/MC/ELF/align-bss.s
@@ -5,7 +5,7 @@
.local foo
.comm foo,2048,16
-// CHECK: ('sh_name', 0x0000000d) # '.bss'
+// CHECK: ('sh_name', 0x00000007) # '.bss'
// CHECK-NEXT: ('sh_type', 0x00000008)
// CHECK-NEXT: ('sh_flags', 0x00000003)
// CHECK-NEXT: ('sh_addr', 0x00000000)