aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-28 10:35:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-28 10:35:53 -0700
commit08d297e375dc207e1b90285dc859907c5a36b277 (patch)
tree8560964fbdb8bd7fe43506e6cdaa4f8255b6b640 /test/core/bad_client
parent69a1f6600534bda7d7d9f35222740e49746aed11 (diff)
Make all tests build again
Diffstat (limited to 'test/core/bad_client')
-rw-r--r--test/core/bad_client/bad_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index 06692fe969..60f0ab2106 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -114,7 +114,7 @@ void grpc_run_bad_client_test(
grpc_init();
/* Create endpoints */
- grpc_buffer_pool *buffer_pool = grpc_buffer_pool_create();
+ grpc_buffer_pool *buffer_pool = grpc_buffer_pool_create("bad_client_test");
sfd = grpc_iomgr_create_endpoint_pair("fixture", buffer_pool, 65536);
grpc_buffer_pool_internal_unref(&exec_ctx, buffer_pool);