aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/client
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-06-13 11:27:49 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-06-13 15:36:28 -0700
commit4cd659505c11ed9a52eb5350b8ca3865ce88fb27 (patch)
tree981cebb6771adbd33a741df2e90b44eee96dacd2 /test/cpp/client
parentdf5ca2532a3484f20dd882b0f0ec4776f54169b1 (diff)
Add data param to grpc_cc_library
Diffstat (limited to 'test/cpp/client')
-rw-r--r--test/cpp/client/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/client/BUILD b/test/cpp/client/BUILD
index 12825e88c2..c03ea92d34 100644
--- a/test/cpp/client/BUILD
+++ b/test/cpp/client/BUILD
@@ -28,6 +28,7 @@ grpc_cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
+ "//test/core/util:gpr_test_util",
],
)