File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ TEST(WorkspaceSymbols, Unnamed) {
106106 ElementsAre (AllOf (qName (" UnnamedStruct" ),
107107 withKind (SymbolKind::Variable))));
108108 EXPECT_THAT (getSymbols (TU, " InUnnamed" ),
109- ElementsAre (AllOf (qName (" (anonymous struct)::InUnnamed" ),
109+ ElementsAre (AllOf (qName (" (unnamed struct)::InUnnamed" ),
110110 withKind (SymbolKind::Field))));
111111}
112112
@@ -526,7 +526,7 @@ TEST(DocumentSymbols, Unnamed) {
526526 )cpp" ;
527527 EXPECT_THAT (
528528 getSymbols (TU.build ()),
529- ElementsAre (AllOf (withName (" (anonymous struct)" ),
529+ ElementsAre (AllOf (withName (" (unnamed struct)" ),
530530 withKind (SymbolKind::Struct), withDetail (" struct" ),
531531 children (AllOf (withName (" InUnnamed" ),
532532 withKind (SymbolKind::Field),
You can’t perform that action at this time.
0 commit comments