Skip to content

Commit cc70e83

Browse files
Quincunx271copybara-github
authored andcommitted
Fix mis-located test dependency
This dependency is only referenced by the test target. PiperOrigin-RevId: 727081751 Change-Id: Iaabbd36de8ab0c3c9b2ff45ebd2669c7eb1ac628
1 parent f004e6c commit cc70e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/container/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ absl_cc_library(
132132
absl::core_headers
133133
absl::dynamic_annotations
134134
absl::iterator_traits_internal
135-
absl::iterator_traits_test_helper_internal
136135
absl::throw_delegate
137136
absl::memory
138137
PUBLIC
@@ -150,6 +149,7 @@ absl_cc_test(
150149
absl::config
151150
absl::exception_testing
152151
absl::hash_testing
152+
absl::iterator_traits_test_helper_internal
153153
absl::memory
154154
absl::test_allocator
155155
GTest::gmock_main

0 commit comments

Comments
 (0)