OSDN Git Service

Move unittests/Support/IteratorTest.cpp to unittests/ADT/
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Aug 2016 14:58:31 +0000 (14:58 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Aug 2016 14:58:31 +0000 (14:58 +0000)
This testing stuff from ADT, not Support.  Fix the file location.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279372 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ADT/CMakeLists.txt
unittests/ADT/IteratorTest.cpp [moved from unittests/Support/IteratorTest.cpp with 100% similarity]
unittests/Support/CMakeLists.txt

index 72d0c00..a4c68fb 100644 (file)
@@ -22,6 +22,7 @@ set(ADTSources
   IntEqClassesTest.cpp
   IntervalMapTest.cpp
   IntrusiveRefCntPtrTest.cpp
+  IteratorTest.cpp
   MakeUniqueTest.cpp
   MapVectorTest.cpp
   OptionalTest.cpp
index 9a4a144..b7dcc72 100644 (file)
@@ -19,7 +19,6 @@ add_llvm_unittest(SupportTests
   ErrorTest.cpp
   ErrorOrTest.cpp
   FileOutputBufferTest.cpp
-  IteratorTest.cpp
   LEB128Test.cpp
   LineIteratorTest.cpp
   LockFileManagerTest.cpp