aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/uleb.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/uleb.s')
-rw-r--r--test/MC/ELF/uleb.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/uleb.s b/test/MC/ELF/uleb.s
index 80e48b3..d8d1727 100644
--- a/test/MC/ELF/uleb.s
+++ b/test/MC/ELF/uleb.s
@@ -12,9 +12,9 @@ foo:
.uleb128 16383
.uleb128 16384
-// ELF_32: ('sh_name', 0x1) # '.text'
+// ELF_32: ('sh_name', 1) # '.text'
// ELF_32: ('_section_data', '00017f80 01ff7f80 8001')
-// ELF_64: ('sh_name', 0x1) # '.text'
+// ELF_64: ('sh_name', 1) # '.text'
// ELF_64: ('_section_data', '00017f80 01ff7f80 8001')
// MACHO_32: ('section_name', '__text\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
// MACHO_32: ('_section_data', '00017f80 01ff7f80 8001')