aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/secure_endpoint_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:52:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:52:45 -0700
commit339e421b29dc5a1369367ce6863a76ba8f3eda71 (patch)
tree83252e9194c32b162b0cc661d14e0f140f640363 /test/core/security/secure_endpoint_test.c
parent0cab13f55837bd9c8fdc97115af765055b9a2aa8 (diff)
Change endpoint interface to declare poller coveredness
Diffstat (limited to 'test/core/security/secure_endpoint_test.c')
-rw-r--r--test/core/security/secure_endpoint_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/secure_endpoint_test.c b/test/core/security/secure_endpoint_test.c
index 71d8057ac3..59c99b81f9 100644
--- a/test/core/security/secure_endpoint_test.c
+++ b/test/core/security/secure_endpoint_test.c
@@ -162,7 +162,7 @@ static void test_leftover(grpc_endpoint_test_config config, size_t slice_size) {
grpc_slice_buffer_init(&incoming);
grpc_closure_init(&done_closure, inc_call_ctr, &n, grpc_schedule_on_exec_ctx);
- grpc_endpoint_read(&exec_ctx, f.client_ep, &incoming, &done_closure);
+ grpc_endpoint_read(&exec_ctx, f.client_ep, &incoming, true, &done_closure);
grpc_exec_ctx_finish(&exec_ctx);
GPR_ASSERT(n == 1);
GPR_ASSERT(incoming.count == 1);