[Syntax] Uppercase the first letter of the test name. NFC

To match naming style of other tests.
This commit is contained in:
Ilya Biryukov 2019-12-18 12:20:30 +01:00
parent 1ad15046dc
commit 038f53882e
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ TEST_F(TokenBufferTest, TokensToFileRange) {
// We don't test assertion failures because death tests are slow. // We don't test assertion failures because death tests are slow.
} }
TEST_F(TokenBufferTest, macroExpansions) { TEST_F(TokenBufferTest, MacroExpansions) {
llvm::Annotations Code(R"cpp( llvm::Annotations Code(R"cpp(
#define FOO B #define FOO B
#define FOO2 BA #define FOO2 BA