forked from OSchip/llvm-project
[Syntax] Uppercase the first letter of the test name. NFC
To match naming style of other tests.
This commit is contained in:
parent
1ad15046dc
commit
038f53882e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue