]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361264 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Tooling/Syntax/CMakeLists.txt

index a38479aa9b5f948cb7b63e06767cb3a4b15d5463..4150a9ff1e1b578d0d3deea98f29399d3d89a42c 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