diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-09-27 16:40:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-09-27 16:40:43 +0000 |
commit | c576d3d7fe1100021d892e488ba6b23bdbea2309 (patch) | |
tree | 557cf4b329c3678ce953ff19a1305f766936c7c6 | |
parent | e6098b620531e77b732accbcc21007abd5df927e (diff) | |
download | external_llvm-c576d3d7fe1100021d892e488ba6b23bdbea2309.zip external_llvm-c576d3d7fe1100021d892e488ba6b23bdbea2309.tar.gz external_llvm-c576d3d7fe1100021d892e488ba6b23bdbea2309.tar.bz2 |
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
-rw-r--r-- | unittests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 595ec21..677dd26 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 |