forked from OSchip/llvm-project
Move unittests/Support/IteratorTest.cpp to unittests/ADT/
This testing stuff from ADT, not Support. Fix the file location. llvm-svn: 279372
This commit is contained in:
parent
8643639ab4
commit
1bdc716dca
|
@ -22,6 +22,7 @@ set(ADTSources
|
|||
IntEqClassesTest.cpp
|
||||
IntervalMapTest.cpp
|
||||
IntrusiveRefCntPtrTest.cpp
|
||||
IteratorTest.cpp
|
||||
MakeUniqueTest.cpp
|
||||
MapVectorTest.cpp
|
||||
OptionalTest.cpp
|
||||
|
|
|
@ -19,7 +19,6 @@ add_llvm_unittest(SupportTests
|
|||
ErrorTest.cpp
|
||||
ErrorOrTest.cpp
|
||||
FileOutputBufferTest.cpp
|
||||
IteratorTest.cpp
|
||||
LEB128Test.cpp
|
||||
LineIteratorTest.cpp
|
||||
LockFileManagerTest.cpp
|
||||
|
|
Loading…
Reference in New Issue