Commit b272bcbd by Evan Brown Committed by Copybara-Service

Minor build rule changes.

PiperOrigin-RevId: 570180405
Change-Id: If14b21a4d0df19546a47923a1f2a359b38fe6f93
parent 302d851a
...@@ -141,14 +141,10 @@ cc_library( ...@@ -141,14 +141,10 @@ cc_library(
cc_library( cc_library(
name = "test_allocator", name = "test_allocator",
testonly = 1, testonly = 1,
hdrs = ["internal/test_allocator.h"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
textual_hdrs = ["internal/test_allocator.h"],
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [
"//absl/base:config",
"@com_google_googletest//:gtest",
],
) )
cc_test( cc_test(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment