diff options
| author | Pavel Labath <pavel@labath.sk> | 2018-11-14 14:58:36 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2018-11-14 14:58:36 +0000 |
| commit | 07e93c57a3e5cf0ae32f7ed08fcc04ccb4ce82d5 (patch) | |
| tree | f27c642e9f699a4001f83d6efd0f9bba0863f150 /lldb | |
| parent | 3cc2ef80d1a7be395866d0c35be8d00971079255 (diff) | |
| download | bcm5719-llvm-07e93c57a3e5cf0ae32f7ed08fcc04ccb4ce82d5.tar.gz bcm5719-llvm-07e93c57a3e5cf0ae32f7ed08fcc04ccb4ce82d5.zip | |
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
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/unittests/Core/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | lldb/unittests/Utility/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | lldb/unittests/Utility/DataExtractorTest.cpp (renamed from lldb/unittests/Core/DataExtractorTest.cpp) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Core/CMakeLists.txt b/lldb/unittests/Core/CMakeLists.txt index b40e7093a85..1d3ce6f2084 100644 --- a/lldb/unittests/Core/CMakeLists.txt +++ b/lldb/unittests/Core/CMakeLists.txt @@ -1,6 +1,5 @@ add_lldb_unittest(LLDBCoreTests BroadcasterTest.cpp - DataExtractorTest.cpp EventTest.cpp ListenerTest.cpp MangledTest.cpp diff --git a/lldb/unittests/Utility/CMakeLists.txt b/lldb/unittests/Utility/CMakeLists.txt index 5d38a522a72..f0ff1527ec2 100644 --- a/lldb/unittests/Utility/CMakeLists.txt +++ b/lldb/unittests/Utility/CMakeLists.txt @@ -6,6 +6,7 @@ add_lldb_unittest(UtilityTests CleanUpTest.cpp ConstStringTest.cpp CompletionRequestTest.cpp + DataExtractorTest.cpp EnvironmentTest.cpp FileSpecTest.cpp FlagsTest.cpp diff --git a/lldb/unittests/Core/DataExtractorTest.cpp b/lldb/unittests/Utility/DataExtractorTest.cpp index 0267f6d1405..0267f6d1405 100644 --- a/lldb/unittests/Core/DataExtractorTest.cpp +++ b/lldb/unittests/Utility/DataExtractorTest.cpp |

