Move DataExtractorTest to unittests/Utility

The DataExtractor class itself was moved to Utility some time ago, but
it seems this was not reflected in the location of the test code. Fix
that.

llvm-svn: 346867
This commit is contained in:
Pavel Labath 2018-11-14 14:58:36 +00:00
parent 3cc2ef80d1
commit 07e93c57a3
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
add_lldb_unittest(LLDBCoreTests
BroadcasterTest.cpp
DataExtractorTest.cpp
EventTest.cpp
ListenerTest.cpp
MangledTest.cpp

View File

@ -6,6 +6,7 @@ add_lldb_unittest(UtilityTests
CleanUpTest.cpp
ConstStringTest.cpp
CompletionRequestTest.cpp
DataExtractorTest.cpp
EnvironmentTest.cpp
FileSpecTest.cpp
FlagsTest.cpp