summaryrefslogtreecommitdiff
path: root/absl/crc/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/crc/BUILD.bazel')
-rw-r--r--absl/crc/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/crc/BUILD.bazel b/absl/crc/BUILD.bazel
index d923aec4..9dc81819 100644
--- a/absl/crc/BUILD.bazel
+++ b/absl/crc/BUILD.bazel
@@ -203,7 +203,7 @@ cc_test(
cc_binary(
name = "crc32c_benchmark",
- testonly = 1,
+ testonly = True,
srcs = ["crc32c_benchmark.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,