mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
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:
parent
3cc2ef80d1
commit
07e93c57a3
@ -1,6 +1,5 @@
|
||||
add_lldb_unittest(LLDBCoreTests
|
||||
BroadcasterTest.cpp
|
||||
DataExtractorTest.cpp
|
||||
EventTest.cpp
|
||||
ListenerTest.cpp
|
||||
MangledTest.cpp
|
||||
|
@ -6,6 +6,7 @@ add_lldb_unittest(UtilityTests
|
||||
CleanUpTest.cpp
|
||||
ConstStringTest.cpp
|
||||
CompletionRequestTest.cpp
|
||||
DataExtractorTest.cpp
|
||||
EnvironmentTest.cpp
|
||||
FileSpecTest.cpp
|
||||
FlagsTest.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user