diff options
Diffstat (limited to 'test/cpp/qps/BUILD')
-rw-r--r-- | test/cpp/qps/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index 0d91d52f22..f1abb19e64 100644 --- a/test/cpp/qps/BUILD +++ b/test/cpp/qps/BUILD @@ -106,7 +106,7 @@ grpc_cc_library( "histogram.h", "stats.h", ], - deps = ["//:gpr"], + deps = ["//test/core/util:grpc_test_util"], ) grpc_cc_test( |