Skip to content

Commit 33d5b59

Browse files
committed
[clang-format] Change unittest name
1 parent bd0b6fa commit 33d5b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Format/MacroCallReconstructorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ TEST_F(MacroCallReconstructorTest, Identifier) {
219219
EXPECT_THAT(std::move(Unexp).takeResult(), matchesLine(line(U.consume("X"))));
220220
}
221221

222-
TEST_F(MacroCallReconstructorTest, IdentifierObject) {
222+
TEST_F(MacroCallReconstructorTest, EmptyDefinition) {
223223
auto Macros = createExpander({"X"});
224224
Expansion Exp(Lex, *Macros);
225225
TokenList Call = Exp.expand("X");

0 commit comments

Comments
 (0)