diff options
Diffstat (limited to 'llvm/unittests/DebugInfo')
-rw-r--r-- | llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp b/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp index e2631afb007..f2fb5703d35 100644 --- a/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp +++ b/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp @@ -1096,7 +1096,7 @@ TEST(DWARFDebugInfo, TestEmptyStringOffsets) { ASSERT_TRUE((bool)Obj); std::unique_ptr<DWARFContext> DwarfContext = DWARFContext::create(**Obj); EXPECT_TRUE( - DwarfContext->getDWARFObj().getStringOffsetSection().Data.empty()); + DwarfContext->getDWARFObj().getStrOffsetsSection().Data.empty()); } TEST(DWARFDebugInfo, TestRelations) { |