mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
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:
committed by
Copybara-Service
parent
2812af9184
commit
780bfc194d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user