diff options
author | Manuel Klimek <klimek@google.com> | 2012-04-17 17:21:17 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-04-17 17:21:17 +0000 |
commit | 61c3d3001515619ce112ae6e26b7d127a4db1b1c (patch) | |
tree | 2eac8a159c2125de15a65d40e223188130dfe512 /unittests/CMakeLists.txt | |
parent | 388774c02a249a2846d7b470cdd8981e44edaf1d (diff) | |
download | external_llvm-61c3d3001515619ce112ae6e26b7d127a4db1b1c.zip external_llvm-61c3d3001515619ce112ae6e26b7d127a4db1b1c.tar.gz external_llvm-61c3d3001515619ce112ae6e26b7d127a4db1b1c.tar.bz2 |
Goodbye, JSONParser...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/CMakeLists.txt')
-rw-r--r-- | unittests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 5d69172..78009a8 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -165,7 +165,6 @@ add_llvm_unittest(Support Support/CommandLineTest.cpp Support/ConstantRangeTest.cpp Support/EndianTest.cpp - Support/JSONParserTest.cpp Support/LeakDetectorTest.cpp Support/MathExtrasTest.cpp Support/Path.cpp |