[Syntax] Rename TokensTest to SyntaxTests. NFC

To be more consistent with conventions used in the codebase. The new
name will be a better fit when more bits of the syntax library land.

llvm-svn: 361264
This commit is contained in:
Ilya Biryukov 2019-05-21 14:37:41 +00:00
parent 8361a10493
commit 6c0531222a
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(TokensTest
add_clang_unittest(SyntaxTests
TokensTest.cpp
)
target_link_libraries(TokensTest
target_link_libraries(SyntaxTests
PRIVATE
clangAST
clangBasic