Skip to content

Commit

Permalink
Remove leftover artifacts from use of gtest.
Browse files Browse the repository at this point in the history
Reviewers: abrachet

Reviewed By: abrachet

Subscribers: mgorny, MaskRay, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D74008
  • Loading branch information
PaulkaToast committed Feb 5, 2020
1 parent e6686ad commit 4a2fa55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libc/cmake/modules/LLVMLibCRules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4a2fa55

Please sign in to comment.