aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/BUILD')
-rw-r--r--test/cpp/common/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD
index 18308449d8..c8b3e46f5f 100644
--- a/test/cpp/common/BUILD
+++ b/test/cpp/common/BUILD
@@ -36,9 +36,11 @@ grpc_cc_test(
srcs = ["alarm_cpp_test.cc"],
deps = [
"//:grpc++",
- "//external:gtest",
"//test/core/util:gpr_test_util",
],
+ external_deps = [
+ "gtest",
+ ],
)
grpc_cc_test(