aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-04-10 16:11:41 -0700
committerGravatar yang-g <yangg@google.com>2018-04-10 16:11:41 -0700
commited89d71a717960432d4c6b53f6a2dfcb067b2e22 (patch)
treea69a3a358312f34bc99ba2ebae01feb0c7deaa90 /test/cpp/util
parentcc3ae1f0c423db229343886b5c67687089869f24 (diff)
Depend on unsecure target
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index f53bc7eb7f..b1153d2df3 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -112,7 +112,7 @@ grpc_cc_library(
],
deps = [
"//:grpc++_unsecure",
- "//test/core/util:grpc_test_util",
+ "//test/core/util:grpc_test_util_unsecure",
],
)