From: Douglas Gregor Date: Mon, 27 Sep 2010 16:40:43 +0000 (+0000) Subject: Remove reference to nonexistent test in CMake makefile for unit tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c576d3d7fe1100021d892e488ba6b23bdbea2309;p=oota-llvm.git 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 --- 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