aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 17:13:58 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 17:13:58 +0200
commitba54a1c95eb9dbcc236f36556352355596cb4e16 (patch)
treecc2cf5ae0a154dd46cda9aea2b35896e671caaf8 /test/cpp/microbenchmarks/BUILD
parentd69f776c4d0f902ac38708cffb2e7be23b792ff7 (diff)
Merge failure, missing commas.
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r--test/cpp/microbenchmarks/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index c989b6141f..3a968a020a 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -96,10 +96,10 @@ grpc_cc_test(
grpc_cc_test(
name = "bm_fullstack_trickle",
srcs = ["bm_fullstack_trickle.cc"],
- deps = [":helpers"]
+ deps = [":helpers"],
external_deps = [
"gflags",
- ]
+ ],
)
grpc_cc_test(