Skip to content

Commit 4c9b161

Browse files
committed
fixup! fix SymbolCollectorTests.cpp
1 parent c867f70 commit 4c9b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ TEST_F(SymbolCollectorTest, NamelessSymbols) {
14711471
)";
14721472
runSymbolCollector(Header, /*Main=*/"");
14731473
EXPECT_THAT(Symbols, UnorderedElementsAre(qName("Foo"),
1474-
qName("(anonymous struct)::a")));
1474+
qName("(unnamed struct)::a")));
14751475
}
14761476

14771477
TEST_F(SymbolCollectorTest, SymbolFormedFromRegisteredSchemeFromMacro) {

0 commit comments

Comments
 (0)