aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-07 06:46:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-07 06:46:08 -0700
commit5f399d173bd73b4d48442e2241859c4a5fb854f1 (patch)
tree272adf760f8bf0e37347e131075a51b610746785 /test/core/bad_client
parent7b6c7a3927f75704cb3f7f02024f284b6817405a (diff)
parentb567bb43670f7f2523164fdabdea8786a7595854 (diff)
Merge github.com:grpc/grpc into minimal_test
Diffstat (limited to 'test/core/bad_client')
-rw-r--r--test/core/bad_client/bad_client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index c7e55a1357..ff2c4df58d 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -117,10 +117,7 @@ void grpc_run_bad_client_test(
grpc_init();
/* Create endpoints */
- grpc_resource_quota *resource_quota =
- grpc_resource_quota_create("bad_client_test");
- sfd = grpc_iomgr_create_endpoint_pair("fixture", resource_quota, 65536);
- grpc_resource_quota_unref_internal(&exec_ctx, resource_quota);
+ sfd = grpc_iomgr_create_endpoint_pair("fixture", NULL);
/* Create server, completion events */
a.server = grpc_server_create(NULL, NULL);