diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-09 19:12:29 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-09 19:12:29 +0200 |
commit | d70dbca6c076c78b20c7997f7c41d7f0bc88b9bd (patch) | |
tree | ed5eea8ea3970c66181c75b50bab883584d5a506 /test/cpp/util/BUILD | |
parent | 1e75dc8cad745769e3ca1788b0e130223a27d900 (diff) |
Making test_util & co public.
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r-- | test/cpp/util/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index 56e8601a68..82f327a9ba 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -31,7 +31,7 @@ licenses(["notice"]) # 3-clause BSD load("//bazel:grpc_build_system.bzl", "grpc_cc_library") -package(default_visibility = ["//test:__subpackages__"]) +package(default_visibility = ["//visiblity:public"]) grpc_cc_library( name = "test_config", |