From d70dbca6c076c78b20c7997f7c41d7f0bc88b9bd Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Tue, 9 May 2017 19:12:29 +0200
Subject: [PATCH] Making test_util & co public.

---
 test/cpp/util/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",
-- 
GitLab