[Syntax] Rename TokensTest to SyntaxTests. NFC
authorIlya Biryukov <ibiryukov@google.com>
Tue, 21 May 2019 14:37:41 +0000 (14:37 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 21 May 2019 14:37:41 +0000 (14:37 +0000)
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

clang/unittests/Tooling/Syntax/CMakeLists.txt

index a38479a..4150a9f 100644 (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