diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-09-09 19:25:11 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-09-09 19:25:11 +0000 |
commit | 0b67c2127eb3b26b53ccdb925c87aad6ae19819d (patch) | |
tree | c5969c8f7861f7dc156dcb9ff74e5aaf67d03d27 /unittests/Support | |
parent | 18eb245a2e5ec41b5da1367d5f7e7619532f7ceb (diff) | |
download | external_llvm-0b67c2127eb3b26b53ccdb925c87aad6ae19819d.zip external_llvm-0b67c2127eb3b26b53ccdb925c87aad6ae19819d.tar.gz external_llvm-0b67c2127eb3b26b53ccdb925c87aad6ae19819d.tar.bz2 |
Update CMake file to fix buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support')
-rw-r--r-- | unittests/Support/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 5f5d9f6..0c5180c 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -17,7 +17,6 @@ add_llvm_unittest(SupportTests EndianTest.cpp ErrorOrTest.cpp FileOutputBufferTest.cpp - IntegersSubsetTest.cpp LeakDetectorTest.cpp LockFileManagerTest.cpp ManagedStatic.cpp |