Commit f5227676 by Abseil Team Committed by Copybara-Service

Add missing dependency for log test build target

PiperOrigin-RevId: 621155521
Change-Id: I1705451bc1b931bfae3e1a2977bc56127e15faed
parent 8a31d4a8
...@@ -446,6 +446,7 @@ cc_library( ...@@ -446,6 +446,7 @@ cc_library(
"//absl/log:globals", "//absl/log:globals",
"//absl/log:log_entry", "//absl/log:log_entry",
"//absl/log:scoped_mock_log", "//absl/log:scoped_mock_log",
"//absl/log/internal:globals",
"//absl/log/internal:test_actions", "//absl/log/internal:test_actions",
"//absl/log/internal:test_helpers", "//absl/log/internal:test_helpers",
"//absl/log/internal:test_matchers", "//absl/log/internal:test_matchers",
......
...@@ -807,6 +807,7 @@ absl_cc_test( ...@@ -807,6 +807,7 @@ absl_cc_test(
absl::log_entry absl::log_entry
absl::log_globals absl::log_globals
absl::log_severity absl::log_severity
absl::log_internal_globals
absl::log_internal_test_actions absl::log_internal_test_actions
absl::log_internal_test_helpers absl::log_internal_test_helpers
absl::log_internal_test_matchers absl::log_internal_test_matchers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment