File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ add_clang_unittest(ToolingTests
13
13
CastExprTest.cpp
14
14
CommentHandlerTest.cpp
15
15
CompilationDatabaseTest.cpp
16
- DependencyScannerTest.cpp
17
16
DiagnosticsYamlTest.cpp
18
17
ExecutionTest.cpp
19
18
FixItTest.cpp
@@ -24,6 +23,7 @@ add_clang_unittest(ToolingTests
24
23
LookupTest.cpp
25
24
QualTypeNamesTest.cpp
26
25
RangeSelectorTest.cpp
26
+ DependencyScanning/DependencyScannerTest.cpp
27
27
RecursiveASTVisitorTests/Attr.cpp
28
28
RecursiveASTVisitorTests/BitfieldInitializer.cpp
29
29
RecursiveASTVisitorTests/CallbacksLeaf.cpp
Original file line number Diff line number Diff line change 1
- // ===- unittest/Tooling/ToolingTest .cpp - Tooling unit tests --------------===//
1
+ // ===- DependencyScannerTest .cpp ---------------------------- --------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments