Fix the cmake build by removing non-existant source file
authorReid Kleckner <rnk@google.com>
Mon, 6 May 2019 20:36:58 +0000 (20:36 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 6 May 2019 20:36:58 +0000 (20:36 +0000)
llvm-svn: 360076

lldb/unittests/Symbol/CMakeLists.txt

index 8b268e6..78c10a0 100644 (file)
@@ -4,7 +4,6 @@ add_lldb_unittest(SymbolTests
   TestClangASTContext.cpp
   TestDWARFCallFrameInfo.cpp
   TestType.cpp
-  TestLineEntry.cpp
 
   LINK_LIBS
     lldbHost