From 5c4e52e49648c196f629b8623b4aca7e4c0080e3 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Aug 2011 17:00:11 +0000 Subject: Fix the bitwidth of the remaining fields. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136884 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/org.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/ELF/org.s') diff --git a/test/MC/ELF/org.s b/test/MC/ELF/org.s index c073fa5..3afc364 100644 --- a/test/MC/ELF/org.s +++ b/test/MC/ELF/org.s @@ -10,4 +10,4 @@ foo: // CHECK-NEXT: ('sh_flags', // CHECK-NEXT: ('sh_addr', // CHECK-NEXT: ('sh_offset' -// CHECK-NEXT: ('sh_size', 0x00000014) +// CHECK-NEXT: ('sh_size', 0x0000000000000014) -- cgit v1.1