Fix a copy-and-paste error on new Editline test cmake configuration.

llvm-svn: 251264
This commit is contained in:
Todd Fiala 2015-10-25 21:54:56 +00:00
parent 3e5e272fca
commit 7b6f77e85b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
add_lldb_unittest(HostTests
add_lldb_unittest(EditlineTests
EditlineTest.cpp
)