diff options
Diffstat (limited to 'compiler/debug/dwarf/dwarf_test.cc')
-rw-r--r-- | compiler/debug/dwarf/dwarf_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/dwarf/dwarf_test.cc b/compiler/debug/dwarf/dwarf_test.cc index 933034f593..6512314ae8 100644 --- a/compiler/debug/dwarf/dwarf_test.cc +++ b/compiler/debug/dwarf/dwarf_test.cc @@ -334,7 +334,7 @@ TEST_F(DwarfTest, DebugInfo) { std::vector<uintptr_t> debug_info_patches; std::vector<uintptr_t> expected_patches = { 16, 20, 29, 33, 42, 46 }; - dwarf::WriteDebugInfoCU(0 /* debug_abbrev_offset */, info, + dwarf::WriteDebugInfoCU(/* debug_abbrev_offset= */ 0, info, 0, &debug_info_data_, &debug_info_patches); EXPECT_EQ(expected_patches, debug_info_patches); |