forked from OSchip/llvm-project
[include-cleaner] Fix build error in unit test
Reviewed By: nridge Differential Revision: https://reviews.llvm.org/D127217
This commit is contained in:
parent
2a3c07f897
commit
d352017184
|
@ -23,5 +23,6 @@ target_link_libraries(ClangIncludeCleanerTests
|
|||
PRIVATE
|
||||
clangIncludeCleaner
|
||||
clangTesting
|
||||
LLVMTestingSupport
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue