Replace testonly = 1 with testonly = True in abseil BUILD files.

https://bazel.build/build/style-guide#other-conventions

PiperOrigin-RevId: 603084345
Change-Id: Ibd7c9573d820f88059d12c46ff82d7d322d002ae
This commit is contained in:
Shahriar Rouf
2024-01-31 10:07:48 -08:00
committed by Copybara-Service
parent 2812af9184
commit 780bfc194d
13 changed files with 54 additions and 54 deletions

View File

@@ -829,7 +829,7 @@ cc_test(
cc_library(
name = "cord_test_helpers",
testonly = 1,
testonly = True,
hdrs = [
"cord_test_helpers.h",
],
@@ -845,7 +845,7 @@ cc_library(
cc_library(
name = "cord_rep_test_util",
testonly = 1,
testonly = True,
hdrs = ["internal/cord_rep_test_util.h"],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
@@ -859,7 +859,7 @@ cc_library(
cc_library(
name = "cordz_test_helpers",
testonly = 1,
testonly = True,
hdrs = ["cordz_test_helpers.h"],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
@@ -1449,7 +1449,7 @@ cc_test(
cc_binary(
name = "atod_manual_test",
testonly = 1,
testonly = True,
srcs = ["atod_manual_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,