diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-12 17:13:58 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-12 17:13:58 +0200 |
commit | ba54a1c95eb9dbcc236f36556352355596cb4e16 (patch) | |
tree | cc2cf5ae0a154dd46cda9aea2b35896e671caaf8 /test/cpp/microbenchmarks | |
parent | d69f776c4d0f902ac38708cffb2e7be23b792ff7 (diff) |
Merge failure, missing commas.
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r-- | test/cpp/microbenchmarks/BUILD | 4 |
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( |