diff options
Diffstat (limited to 'test/MC/MachO/zerofill-5.s')
-rw-r--r-- | test/MC/MachO/zerofill-5.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/MachO/zerofill-5.s b/test/MC/MachO/zerofill-5.s index 3074f60d3f578..91f251b9983cc 100644 --- a/test/MC/MachO/zerofill-5.s +++ b/test/MC/MachO/zerofill-5.s @@ -9,7 +9,7 @@ // CHECK: ('cputype', 16777223) // CHECK: ('cpusubtype', 3) // CHECK: ('filetype', 1) -// CHECK: ('num_load_commands', 1) +// CHECK: ('num_load_commands', 3) // CHECK: ('load_commands_size', 336) // CHECK: ('flag', 0) // CHECK: ('reserved', 0) @@ -43,7 +43,7 @@ // CHECK: ), // CHECK: ('_relocations', [ // CHECK: ]) -// CHECK: ('_section_data', '\x02\x00\x00\x00') +// CHECK: ('_section_data', '02000000') // CHECK: # Section 1 // CHECK: (('section_name', '__bss\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') // CHECK: ('segment_name', '__DATA\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') @@ -60,7 +60,7 @@ // CHECK: ), // CHECK: ('_relocations', [ // CHECK: ]) -// CHECK: ('_section_data', '\xcf\xfa\xed\xfe\x07\x00\x00\x01') +// CHECK: ('_section_data', 'cffaedfe 07000001') // CHECK: ]) // CHECK: ), // CHECK: # Load Command 1 |