aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 16:58:06 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 16:58:06 +0200
commit88b1d82b3d46a84e8a65e0db04cf922352b5102e (patch)
tree80b6ba029e030e4522b57106038bc8789e463750 /test/cpp/util/BUILD
parent2ef7abc3c9b541c88adc3e49a23b7e69acaf7950 (diff)
Merge failure - missing grpc_cc_binary.
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index fc565afed9..453e9b6c0f 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -29,7 +29,7 @@
licenses(["notice"]) # 3-clause BSD
-load("//bazel:grpc_build_system.bzl", "grpc_cc_library")
+load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_binary")
package(default_visibility = ["//visibility:public"])