aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-20 16:04:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-20 16:04:54 -0700
commit288ae0226c4ce79d69223195139993512b5b81e9 (patch)
tree4db9e4b6c73183687969860e5284218e7ecb3594 /test
parente46f2d2c8fea5aa61c72f1fe1696aac9fdef9efe (diff)
parentc0f427850c3100fc099f14ac0964e07a444650f6 (diff)
Merge github.com:grpc/grpc into flowctlN
Diffstat (limited to 'test')
-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); }