From d1d73b03afec3475dc8e1f2c2de6945116c9581d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 1 Nov 2010 17:10:53 +0000 Subject: [PATCH] Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117932 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/debug-line.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ELF/debug-line.s b/test/MC/ELF/debug-line.s index 5ef7297b952..2979ca28f1e 100644 --- a/test/MC/ELF/debug-line.s +++ b/test/MC/ELF/debug-line.s @@ -2,7 +2,7 @@ // Test that .debug_line is populated. -// CHECK: (('sh_name', 0x00000031) # '.debug_line' +// CHECK: (('sh_name', 0x00000012) # '.debug_line' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000000) // CHECK-NEXT: ('sh_addr', 0x00000000) -- 2.34.1