Remove leftover artifacts from use of gtest.
authorPaula Toth <paulatoth@google.com>
Wed, 5 Feb 2020 05:41:30 +0000 (21:41 -0800)
committerPaula Toth <paulatoth@google.com>
Wed, 5 Feb 2020 05:41:45 +0000 (21:41 -0800)
Reviewers: abrachet

Reviewed By: abrachet

Subscribers: mgorny, MaskRay, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D74008

libc/cmake/modules/LLVMLibCRules.cmake

index f24b96a..f5bf3f8 100644 (file)
@@ -287,7 +287,7 @@ function(add_redirector_library target_name)
   )
 endfunction(add_redirector_library)
 
-# Rule to add a gtest unittest.
+# Rule to add a libc unittest.
 # Usage
 #    add_libc_unittest(
 #      <target name>
@@ -353,7 +353,6 @@ function(add_libc_unittest target_name)
   add_dependencies(
     ${target_name}
     ${LIBC_UNITTEST_DEPENDS}
-    gtest
   )
 
   target_link_libraries(${target_name} PRIVATE LibcUnitTest)