[CMake] Fix unit test build on Linux.

A filename had been misspelled in the CMake.

llvm-svn: 232218
This commit is contained in:
Zachary Turner 2015-03-13 21:33:34 +00:00
parent 848c9facc8
commit a6ad7a542b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
add_lldb_unittest(ProcessLinuxTests
ThreadStateCoordinatorTest.cpp
ThreadStatecoordinatorMock.cpp
ThreadStateCoordinatorTestMock.cpp
)