From c576d3d7fe1100021d892e488ba6b23bdbea2309 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 27 Sep 2010 16:40:43 +0000 Subject: [PATCH] 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 --- unittests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.34.1