Skip to content

Commit 6c05312

Browse files
committed
[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
1 parent 8361a10 commit 6c05312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/unittests/Tooling/Syntax/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
33
Support
44
)
55

6-
add_clang_unittest(TokensTest
6+
add_clang_unittest(SyntaxTests
77
TokensTest.cpp
88
)
99

10-
target_link_libraries(TokensTest
10+
target_link_libraries(SyntaxTests
1111
PRIVATE
1212
clangAST
1313
clangBasic

0 commit comments

Comments
 (0)