Skip to content

Commit 200df32

Browse files
committed
fixup! rename test
1 parent ed52a35 commit 200df32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,8 +1424,8 @@ TEST_F(DWARFASTParserClangTests, TestParseSubroutine_ParameterCreation) {
14241424
EXPECT_EQ(func->getParamDecl(1)->getName(), "namedParam");
14251425
}
14261426

1427-
TEST_F(DWARFASTParserClangTests, TestParseDWARFAttributes_ObjectPointerIndex) {
1428-
// This tests the behaviour of ParsedDWARFTypeAttributes
1427+
TEST_F(DWARFASTParserClangTests, TestObjectPointer_IndexEncoding) {
1428+
// This tests the behaviour of DWARFASTParserClang
14291429
// for DW_TAG_subprogram definitions which have a DW_AT_object_pointer
14301430
// that encodes a constant index (instead of a DIE reference).
14311431

0 commit comments

Comments
 (0)