Skip to content

Commit

Permalink
Minor build rule changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570180405
Change-Id: If14b21a4d0df19546a47923a1f2a359b38fe6f93
  • Loading branch information
ezbr authored and copybara-github committed Oct 2, 2023
1 parent 302d851 commit b272bcb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions absl/container/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,10 @@ cc_library(
cc_library(
name = "test_allocator",
testonly = 1,
hdrs = ["internal/test_allocator.h"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
textual_hdrs = ["internal/test_allocator.h"],
visibility = ["//visibility:private"],
deps = [
"//absl/base:config",
"@com_google_googletest//:gtest",
],
)

cc_test(
Expand Down

0 comments on commit b272bcb

Please sign in to comment.