[clang] 038f538 - [Syntax] Uppercase the first letter of the test name. NFC
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 03:21:22 PST 2019
Author: Ilya Biryukov
Date: 2019-12-18T12:20:30+01:00
New Revision: 038f53882e7cc25da0a71018d1c7f9b4706675c2
URL: https://github.com/llvm/llvm-project/commit/038f53882e7cc25da0a71018d1c7f9b4706675c2
DIFF: https://github.com/llvm/llvm-project/commit/038f53882e7cc25da0a71018d1c7f9b4706675c2.diff
LOG: [Syntax] Uppercase the first letter of the test name. NFC
To match naming style of other tests.
Added:
Modified:
clang/unittests/Tooling/Syntax/TokensTest.cpp
Removed:
################################################################################
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
More information about the cfe-commits
mailing list