aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-11 00:42:32 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-11 00:42:32 +0200
commite40877931ab3815895760f138ce04e805e750fae (patch)
treeaf09475bbafeecb494908ba2da0a448498c2d8e4 /test/cpp/common
parent3726e3d37b30bd99f565856672bf4c8db3ec38a3 (diff)
Missed one gtest reference.
Diffstat (limited to 'test/cpp/common')
-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(