aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/endpoint_pair_test.c
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/iomgr/endpoint_pair_test.c
parent69a1f6600534bda7d7d9f35222740e49746aed11 (diff)
Make all tests build again
Diffstat (limited to 'test/core/iomgr/endpoint_pair_test.c')
-rw-r--r--test/core/iomgr/endpoint_pair_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/endpoint_pair_test.c b/test/core/iomgr/endpoint_pair_test.c
index a7f00230c2..4f8aab8323 100644
--- a/test/core/iomgr/endpoint_pair_test.c
+++ b/test/core/iomgr/endpoint_pair_test.c
@@ -49,7 +49,7 @@ static grpc_endpoint_test_fixture create_fixture_endpoint_pair(
size_t slice_size) {
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
grpc_endpoint_test_fixture f;
- grpc_buffer_pool *buffer_pool = grpc_buffer_pool_create();
+ grpc_buffer_pool *buffer_pool = grpc_buffer_pool_create("endpoint_pair_test");
grpc_endpoint_pair p =
grpc_iomgr_create_endpoint_pair("test", buffer_pool, slice_size);
grpc_buffer_pool_unref(buffer_pool);