Skip to content

Commit 2e0b691

Browse files
committed
fix: test name
1 parent 5643c37 commit 2e0b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/SymbolFile/NativePDB/UdtRecordCompleterTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ TEST_F(UdtRecordCompleterRecordTests, TestNestedUnionStructInUnion) {
256256
EXPECT_EQ(WrappedRecord(this->record), WrappedRecord(record));
257257
}
258258

259-
TEST_F(UdtRecordCompleterRecordTests, TestNestedUnionStructInUnion2) {
259+
TEST_F(UdtRecordCompleterRecordTests, TestNestedStructInUnionInStructInUnion) {
260260
SetKind(Member::Kind::Union);
261261
CollectMember("m1", 0, 4);
262262
CollectMember("m2", 0, 2);

0 commit comments

Comments
 (0)