diff options
Diffstat (limited to 'llvm/test/MC/ELF/pic-diff.s')
-rw-r--r-- | llvm/test/MC/ELF/pic-diff.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/pic-diff.s b/llvm/test/MC/ELF/pic-diff.s index a029515e9b1..cbd3bccc408 100644 --- a/llvm/test/MC/ELF/pic-diff.s +++ b/llvm/test/MC/ELF/pic-diff.s @@ -1,7 +1,7 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump | FileCheck %s // CHECK: ('_relocations', [ -// CHECK-NEXT: # Relocation 0x00000000 +// CHECK-NEXT: # Relocation 0 // CHECK-NEXT: (('r_offset', 0x0000000c) // CHECK-NEXT: ('r_sym', 0x00000005) // CHECK-NEXT: ('r_type', 0x00000002) |