diff options
Diffstat (limited to 'test/MC/ELF/undef2.s')
-rw-r--r-- | test/MC/ELF/undef2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/undef2.s b/test/MC/ELF/undef2.s index 6ce269b..6f971c5 100644 --- a/test/MC/ELF/undef2.s +++ b/test/MC/ELF/undef2.s @@ -6,5 +6,5 @@ // CHECK: ('_symbols', [ // CHECK: (('st_name', 0x00000001) # '.Lfoo' -// CHECK-NEXT: ('st_bind', 0x00000001) +// CHECK-NEXT: ('st_bind', 0x1) // CHECK: (('sh_name', 0x0000001b) # '.strtab' |