summaryrefslogtreecommitdiff
path: root/absl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-04-13 10:25:13 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-04-13 10:25:56 -0700
commitc5f310de3ba06b7ad24da48145a099485322d2ac (patch)
tree3e4763c246fc38083692dd7b15daf9c4ed60a137 /absl/synchronization/BUILD.bazel
parentc23acb9b5636e7b908fba03d6b3584d8f80dba6d (diff)
Don't override clock_gettime in the KernelTimeout and Waiter
tests under sanitizers. The overrides break the sanitizers. PiperOrigin-RevId: 524037272 Change-Id: I85b87d3870c488cb316505e94b394c6f98e9f60f
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r--absl/synchronization/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index b6721e14..406c5b85 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -351,6 +351,7 @@ cc_test(
":kernel_timeout_internal",
":synchronization",
":thread_pool",
+ "//absl/base:config",
"//absl/random",
"//absl/time",
"@com_google_googletest//:gtest_main",