From ed89d71a717960432d4c6b53f6a2dfcb067b2e22 Mon Sep 17 00:00:00 2001 From: yang-g Date: Tue, 10 Apr 2018 16:11:41 -0700 Subject: [PATCH] Depend on unsecure target --- 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 f53bc7eb7f5..b1153d2df35 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", ], )