From 2ad4cf54ee097fe6bfdb2e6593bf3db1895951cd Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 19 Dec 2013 03:44:13 +0000 Subject: No point in having a "#if 0"ed unittest. It is also not clear what the value of the test was. The API is used from existing tools and can (and is) tested with lit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197654 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'unittests/CMakeLists.txt') diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 9857e787ee..52702ba23a 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -7,7 +7,6 @@ endfunction() add_subdirectory(ADT) add_subdirectory(Analysis) -add_subdirectory(ArchiveFileDescriptor) add_subdirectory(Bitcode) add_subdirectory(CodeGen) add_subdirectory(DebugInfo) -- cgit v1.2.3