forked from OSchip/llvm-project
[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:
parent
8361a10493
commit
6c0531222a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue