Missing argument in finish_connection in tcp_client_uv_test

pull/12657/head
Yash Tibrewal 7 years ago
parent cc198e56f0
commit a17ad0ce3c
  1. 2
      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); }

Loading…
Cancel
Save