summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-27 16:40:43 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-27 16:40:43 +0000
commitc576d3d7fe1100021d892e488ba6b23bdbea2309 (patch)
tree557cf4b329c3678ce953ff19a1305f766936c7c6 /unittests
parente6098b620531e77b732accbcc21007abd5df927e (diff)
Remove reference to nonexistent test in CMake makefile for unit tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index 595ec21454e..677dd260254 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -49,8 +49,7 @@ add_llvm_unittest(ADT
ADT/StringRefTest.cpp
ADT/TripleTest.cpp
ADT/TwineTest.cpp
- ADT/ValueMapTest.cpp
- )
+ )
add_llvm_unittest(Analysis
Analysis/ScalarEvolutionTest.cpp