aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-08-01 16:07:33 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-08-02 19:44:32 -0700
commit81522c8ebeb97e906f2f0ece1b15266434c364af (patch)
treec9b9c55fee8373287a03a3a2951a38892e804183 /test/cpp/common
parent04034515e28fc7780427f9cf87fbe1496b7ec810 (diff)
Add unsecure libraries to bazel build targets
Diffstat (limited to 'test/cpp/common')
-rw-r--r--test/cpp/common/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD
index bd1173322a..be9c279f13 100644
--- a/test/cpp/common/BUILD
+++ b/test/cpp/common/BUILD
@@ -27,7 +27,7 @@ grpc_cc_test(
name = "alarm_cpp_test",
srcs = ["alarm_cpp_test.cc"],
deps = [
- "//:grpc++",
+ "//:grpc++_unsecure",
"//test/core/util:gpr_test_util",
],
external_deps = [