mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
[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.
|
||||
}
|
||||
|
||||
TEST_F(TokenBufferTest, macroExpansions) {
|
||||
TEST_F(TokenBufferTest, MacroExpansions) {
|
||||
llvm::Annotations Code(R"cpp(
|
||||
#define FOO B
|
||||
#define FOO2 BA
|
||||
|
Loading…
Reference in New Issue
Block a user