aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-07 10:01:54 -0800
committerGravatar yang-g <yangg@google.com>2018-12-07 10:01:54 -0800
commit7fc52366a093aa23bba5a0daaa6cec0eb43a067f (patch)
treef3b251f22cfcf543eb14721ee2e68ac3a2378b6c /test
parentd758ca9196eb157349e6b531218e18849abe65af (diff)
Fix alarm_test
Diffstat (limited to 'test')
-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 73fcea94d9..01699b26ad 100644
--- a/test/cpp/common/BUILD
+++ b/test/cpp/common/BUILD
@@ -26,7 +26,7 @@ grpc_cc_test(
],
deps = [
"//:grpc++_unsecure",
- "//test/core/util:grpc_test_util",
+ "//test/core/util:grpc_test_util_unsecure",
],
)