diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-10 04:01:09 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-10 04:01:09 +0000 |
commit | a945a34c736208dec10f88700ef2e3a14ac88632 (patch) | |
tree | 3d51c0939c939cb555ef303a888122e2f76516fc /llvm/test/MC/ELF/empty-dwarf-lines.s | |
parent | 33f793892f88dd741edbdf1f207b47b0e66f4517 (diff) | |
download | bcm5719-llvm-a945a34c736208dec10f88700ef2e3a14ac88632.tar.gz bcm5719-llvm-a945a34c736208dec10f88700ef2e3a14ac88632.zip |
Revert my previous patch to make the valgrind bots happy.
llvm-svn: 121461
Diffstat (limited to 'llvm/test/MC/ELF/empty-dwarf-lines.s')
-rw-r--r-- | llvm/test/MC/ELF/empty-dwarf-lines.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/empty-dwarf-lines.s b/llvm/test/MC/ELF/empty-dwarf-lines.s index 0f791ae2aa3..81d98711e9d 100644 --- a/llvm/test/MC/ELF/empty-dwarf-lines.s +++ b/llvm/test/MC/ELF/empty-dwarf-lines.s @@ -9,7 +9,7 @@ c: // CHECK: # Section 0x00000004 // CHECK-NEXT: (('sh_name', 0x00000012) # '.debug_line' -// CHECK-NEXT: ('sh_type', 0x00000001) +// CHECK-NEXT: ('sh_type', 0x00000000) // CHECK-NEXT: ('sh_flags', 0x00000000) // CHECK-NEXT: ('sh_addr', 0x00000000) // CHECK-NEXT: ('sh_offset', 0x00000044) |