Skip to content

Commit f029a62

Browse files
tweak test name
1 parent d320cbb commit f029a62

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
@@ -2111,7 +2111,7 @@ TEST_F(SymbolCollectorTest, Reserved) {
21112111
EXPECT_THAT(Symbols, IsEmpty());
21122112
}
21132113

2114-
TEST_F(SymbolCollectorTest, UnreservedIntrin) {
2114+
TEST_F(SymbolCollectorTest, ReservedSymbolInIntrinsicHeader) {
21152115
const char *Header = R"cpp(
21162116
#pragma once
21172117
void __foo();

0 commit comments

Comments
 (0)