aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/BUILD
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2018-12-18 15:27:20 -0800
committerGravatar GitHub <noreply@github.com>2018-12-18 15:27:20 -0800
commit998f41a593e0efde869b1a6b7b3fec8653f8e00d (patch)
tree029da22a3a145f5f2b3e755003401f871be6a442 /test/cpp/qps/BUILD
parent3c3876a5da7f1f2126752fde6ec23121f2d45400 (diff)
parenta303a28895c28a485665fbd617af0025eac7f452 (diff)
Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_util
Fold gpr_test_util to grpc_test_util
Diffstat (limited to 'test/cpp/qps/BUILD')
-rw-r--r--test/cpp/qps/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD
index 626ac5f3f2..8855a1c155 100644
--- a/test/cpp/qps/BUILD
+++ b/test/cpp/qps/BUILD
@@ -60,7 +60,6 @@ grpc_cc_library(
"//src/proto/grpc/testing:payloads_proto",
"//src/proto/grpc/testing:worker_service_proto",
"//test/core/end2end:ssl_test_data",
- "//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",
@@ -86,7 +85,6 @@ grpc_cc_library(
"//src/proto/grpc/testing:messages_proto",
"//src/proto/grpc/testing:report_qps_scenario_service_proto",
"//src/proto/grpc/testing:worker_service_proto",
- "//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",
],
@@ -205,7 +203,6 @@ grpc_cc_binary(
deps = [
":qps_worker_impl",
"//:grpc++",
- "//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",