From 038f53882e7cc25da0a71018d1c7f9b4706675c2 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Wed, 18 Dec 2019 12:20:30 +0100 Subject: [PATCH] [Syntax] Uppercase the first letter of the test name. NFC To match naming style of other tests. --- clang/unittests/Tooling/Syntax/TokensTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/unittests/Tooling/Syntax/TokensTest.cpp b/clang/unittests/Tooling/Syntax/TokensTest.cpp index e440993aac52..b2ad3859104a 100644 --- a/clang/unittests/Tooling/Syntax/TokensTest.cpp +++ b/clang/unittests/Tooling/Syntax/TokensTest.cpp @@ -770,7 +770,7 @@ TEST_F(TokenBufferTest, TokensToFileRange) { // We don't test assertion failures because death tests are slow. } -TEST_F(TokenBufferTest, macroExpansions) { +TEST_F(TokenBufferTest, MacroExpansions) { llvm::Annotations Code(R"cpp( #define FOO B #define FOO2 BA