forked from OSchip/llvm-project
[CMake] Fix unit test build on Linux.
A filename had been misspelled in the CMake. llvm-svn: 232218
This commit is contained in:
parent
848c9facc8
commit
a6ad7a542b
|
@ -1,4 +1,4 @@
|
|||
add_lldb_unittest(ProcessLinuxTests
|
||||
ThreadStateCoordinatorTest.cpp
|
||||
ThreadStatecoordinatorMock.cpp
|
||||
ThreadStateCoordinatorTestMock.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue