diff options
Diffstat (limited to 'test/MC/MachO/reloc-pcrel-offset.s')
-rw-r--r-- | test/MC/MachO/reloc-pcrel-offset.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/reloc-pcrel-offset.s b/test/MC/MachO/reloc-pcrel-offset.s index 46dc3a9c57d88..e0f12bf4ba2ff 100644 --- a/test/MC/MachO/reloc-pcrel-offset.s +++ b/test/MC/MachO/reloc-pcrel-offset.s @@ -4,7 +4,7 @@ // CHECK: (('word-0', 0x1), // CHECK: ('word-1', 0x5000002)), // CHECK-NEXT: ]) -// CHECK: ('_section_data', '\xe8\xfb\xff\xff\xff') +// CHECK: ('_section_data', 'e8fbffff ff') .data .long 0 |