[clangd] Reorder source files in CMakeLists

llvm-svn: 358373
This commit is contained in:
Kadir Cetinkaya 2019-04-15 07:21:17 +00:00
parent 60569363a5
commit 43e92880ac
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ include_directories(
add_extra_unittest(ClangdTests
Annotations.cpp
PrintASTTests.cpp
BackgroundIndexTests.cpp
CancellationTests.cpp
ClangdTests.cpp
@ -36,6 +35,7 @@ add_extra_unittest(ClangdTests
IndexActionTests.cpp
IndexTests.cpp
JSONTransportTests.cpp
PrintASTTests.cpp
QualityTests.cpp
RIFFTests.cpp
SelectionTests.cpp