diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-08-20 14:58:31 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-08-20 14:58:31 +0000 |
| commit | 1bdc716dca2dfcd492191bc4285a8c41baea4da7 (patch) | |
| tree | 87617db52eaf8fadcedeec35b7b3985b14ca845b /llvm | |
| parent | 8643639ab4248ce9ecf50490d00026c88b688f77 (diff) | |
| download | bcm5719-llvm-1bdc716dca2dfcd492191bc4285a8c41baea4da7.tar.gz bcm5719-llvm-1bdc716dca2dfcd492191bc4285a8c41baea4da7.zip | |
Move unittests/Support/IteratorTest.cpp to unittests/ADT/
This testing stuff from ADT, not Support. Fix the file location.
llvm-svn: 279372
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/unittests/ADT/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/unittests/ADT/IteratorTest.cpp (renamed from llvm/unittests/Support/IteratorTest.cpp) | 0 | ||||
| -rw-r--r-- | llvm/unittests/Support/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ADT/CMakeLists.txt b/llvm/unittests/ADT/CMakeLists.txt index 72d0c00a450..a4c68fb2aab 100644 --- a/llvm/unittests/ADT/CMakeLists.txt +++ b/llvm/unittests/ADT/CMakeLists.txt @@ -22,6 +22,7 @@ set(ADTSources IntEqClassesTest.cpp IntervalMapTest.cpp IntrusiveRefCntPtrTest.cpp + IteratorTest.cpp MakeUniqueTest.cpp MapVectorTest.cpp OptionalTest.cpp diff --git a/llvm/unittests/Support/IteratorTest.cpp b/llvm/unittests/ADT/IteratorTest.cpp index 4f1d81d487d..4f1d81d487d 100644 --- a/llvm/unittests/Support/IteratorTest.cpp +++ b/llvm/unittests/ADT/IteratorTest.cpp diff --git a/llvm/unittests/Support/CMakeLists.txt b/llvm/unittests/Support/CMakeLists.txt index 9a4a1445091..b7dcc72a491 100644 --- a/llvm/unittests/Support/CMakeLists.txt +++ b/llvm/unittests/Support/CMakeLists.txt @@ -19,7 +19,6 @@ add_llvm_unittest(SupportTests ErrorTest.cpp ErrorOrTest.cpp FileOutputBufferTest.cpp - IteratorTest.cpp LEB128Test.cpp LineIteratorTest.cpp LockFileManagerTest.cpp |

