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
This commit is contained in:
Douglas Gregor 2010-09-27 16:40:43 +00:00
parent e6098b6205
commit c576d3d7fe

View 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