summaryrefslogtreecommitdiff
path: root/absl/random/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2023-01-12 13:01:02 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-01-12 13:01:57 -0800
commit49081b8d71e4e60667110dd085f3cb8c3f554c8a (patch)
treef2aff800b7d370e3f93f8c0de5d90954f21b078c /absl/random/BUILD.bazel
parent61fc09665e0b937d75a19fa7b8671a183fd37606 (diff)
Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.
PiperOrigin-RevId: 501644407 Change-Id: Ie98d22e4983cfbd9cad2176925774d624d4702cf
Diffstat (limited to 'absl/random/BUILD.bazel')
-rw-r--r--absl/random/BUILD.bazel14
1 files changed, 1 insertions, 13 deletions
diff --git a/absl/random/BUILD.bazel b/absl/random/BUILD.bazel
index ff20dd05..133c0659 100644
--- a/absl/random/BUILD.bazel
+++ b/absl/random/BUILD.bazel
@@ -494,18 +494,6 @@ cc_test(
],
)
-BENCHMARK_TAGS = [
- "benchmark",
- "no_test_android_arm",
- "no_test_android_arm64",
- "no_test_android_x86",
- "no_test_darwin_x86_64",
- "no_test_ios_x86_64",
- "no_test_loonix",
- "no_test_msvc_x64",
- "no_test_wasm",
-]
-
# Benchmarks for various methods / test utilities
cc_binary(
name = "benchmarks",
@@ -515,7 +503,7 @@ cc_binary(
],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
- tags = BENCHMARK_TAGS,
+ tags = ["benchmark"],
deps = [
":distributions",
":random",