aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-20 15:55:32 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-20 15:55:32 -0700
commitb668f5bc19742083963f11c80b204d81d727b116 (patch)
tree6a8471a3894397ceed05bb1c1d4b124e188c8bf4 /test/core/iomgr
parentbf21f0b02500e68e4feed2fd2ed1ab0f91f80068 (diff)
parent6ce6050ddf7962c2765f7b2377d994647f46f63b (diff)
Merge github.com:grpc/grpc into grpc_millis
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/tcp_client_uv_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/tcp_client_uv_test.c b/test/core/iomgr/tcp_client_uv_test.c
index b0ff11b39a..0f1db4705b 100644
--- a/test/core/iomgr/tcp_client_uv_test.c
+++ b/test/core/iomgr/tcp_client_uv_test.c
@@ -69,7 +69,7 @@ static void must_succeed(grpc_exec_ctx *exec_ctx, void *arg,
static void must_fail(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) {
GPR_ASSERT(g_connecting == NULL);
GPR_ASSERT(error != GRPC_ERROR_NONE);
- finish_connection();
+ finish_connection(exec_ctx);
}
static void close_cb(uv_handle_t *handle) { gpr_free(handle); }