From f7179de2a5c127d08e6d24e507abec516f2fc597 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Aug 2011 14:01:03 +0000 Subject: Change anther counter to decimal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136870 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/elf-reloc-01.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/ARM/elf-reloc-01.ll') diff --git a/test/MC/ARM/elf-reloc-01.ll b/test/MC/ARM/elf-reloc-01.ll index eb6e243..4ddc3ca 100644 --- a/test/MC/ARM/elf-reloc-01.ll +++ b/test/MC/ARM/elf-reloc-01.ll @@ -60,7 +60,7 @@ bb3: ; preds = %bb, %entry declare void @exit(i32) noreturn nounwind -;; OBJ: Relocation 0x00000001 +;; OBJ: Relocation 1 ;; OBJ-NEXT: 'r_offset', ;; OBJ-NEXT: 'r_sym', 0x00000002 ;; OBJ-NEXT: 'r_type', 0x0000002b -- cgit v1.1