diff options
author | Abseil Team <absl-team@google.com> | 2023-04-03 12:07:42 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-04-03 12:08:32 -0700 |
commit | 0244af22ec4512a0fcda4f4c38f90676d04a0d25 (patch) | |
tree | 41655441bf085ef2e5ff7f0c5f720d284347f975 | |
parent | 486ec29b7c10c84c3086f5b6d4c94a740a69595d (diff) |
Internal cleanup
PiperOrigin-RevId: 521525676
Change-Id: I40083f534c6904b4823138666deac18ffe6deab6
-rw-r--r-- | absl/log/internal/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/internal/BUILD.bazel b/absl/log/internal/BUILD.bazel index a1f1a67c..555c5e5c 100644 --- a/absl/log/internal/BUILD.bazel +++ b/absl/log/internal/BUILD.bazel @@ -320,13 +320,13 @@ cc_library( linkopts = ABSL_DEFAULT_LINKOPTS, deps = [ ":test_helpers", - "@com_google_googletest//:gtest", "//absl/base:config", "//absl/base:core_headers", "//absl/base:log_severity", "//absl/log:log_entry", "//absl/strings", "//absl/time", + "@com_google_googletest//:gtest", ] + select({ "//absl:msvc_compiler": [], "//conditions:default": [ |