aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/basic-elf-32.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/basic-elf-32.s')
-rw-r--r--test/MC/ELF/basic-elf-32.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/MC/ELF/basic-elf-32.s b/test/MC/ELF/basic-elf-32.s
index 6a28a46..f8bfd0e 100644
--- a/test/MC/ELF/basic-elf-32.s
+++ b/test/MC/ELF/basic-elf-32.s
@@ -60,19 +60,19 @@ main: # @main
// CHECK: ),
// CHECK: ])
-// CHECK: ('st_bind', 0x00000000)
+// CHECK: ('st_bind', 0x0)
// CHECK: ('st_type', 0x00000003)
-// CHECK: ('st_bind', 0x00000000)
+// CHECK: ('st_bind', 0x0)
// CHECK: ('st_type', 0x00000003)
-// CHECK: ('st_bind', 0x00000000)
+// CHECK: ('st_bind', 0x0)
// CHECK: ('st_type', 0x00000003)
// CHECK: # 'main'
-// CHECK: ('st_bind', 0x00000001)
+// CHECK: ('st_bind', 0x1)
// CHECK-NEXT: ('st_type', 0x00000002)
// CHECK: # 'puts'
-// CHECK: ('st_bind', 0x00000001)
+// CHECK: ('st_bind', 0x1)
// CHECK-NEXT: ('st_type', 0x00000000)