Skip to content

Commit bf83062

Browse files
ckandelerhokein
authored andcommitted
[pseudo] Fix unit test build
Analogous to 632545e. Reviewed By: hokein Differential Revision: https://reviews.llvm.org/D127397
1 parent b6c58ec commit bf83062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/pseudo/unittests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
set(LLVM_LINK_COMPONENTS
22
Support
3-
TestingSupport
43
)
54

65
add_custom_target(ClangPseudoUnitTests)
@@ -24,4 +23,5 @@ target_link_libraries(ClangPseudoTests
2423
PRIVATE
2524
clangPseudo
2625
clangPseudoGrammar
26+
LLVMTestingSupport
2727
)

0 commit comments

Comments
 (0)