diff options
Diffstat (limited to 'test/MC/ELF/ident.s')
-rw-r--r-- | test/MC/ELF/ident.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/ident.s b/test/MC/ELF/ident.s index f79458f34501..b364d6007fec 100644 --- a/test/MC/ELF/ident.s +++ b/test/MC/ELF/ident.s @@ -1,6 +1,6 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump --dump-section-data | FileCheck %s -// CHECK: (('sh_name', 0x00000012) # '.comment' +// CHECK: (('sh_name', 0x00000007) # '.comment' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000030) // CHECK-NEXT: ('sh_addr', 0x00000000) |