diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-19 08:24:54 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-19 08:24:54 -0700 |
commit | 24e9fe7b920618f2064e1b6168a64817743dd5b3 (patch) | |
tree | 86d59d18130f6bd2ba96ab191528c590ea01a714 /test/cpp/microbenchmarks/BUILD | |
parent | fbaa88ef448f45089f606ee7f8fa8262c6a6ccfc (diff) |
Fix bazel
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r-- | test/cpp/microbenchmarks/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index cae3fa1a14..208ac6d794 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -92,7 +92,7 @@ cc_test( cc_test( name = "bm_fullstack_trickle", srcs = ["bm_fullstack_trickle.cc"], - deps = [":helpers"], + deps = [":helpers", "//external:gflags"], ) cc_test( |