Remove reference to nonexistent test in CMake makefile for unit tests
authorDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 16:40:43 +0000 (16:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 27 Sep 2010 16:40:43 +0000 (16:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114835 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CMakeLists.txt

index 595ec21454eb92d28cee7c584ca0873f92b11652..677dd260254f05b13feefa35ebf5849c40496148 100644 (file)
@@ -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