Fix portability test

pull/10712/head
Craig Tiller 8 years ago
parent 819cd88bd7
commit 7f88c48411
  1. 2
      test/core/iomgr/tcp_client_uv_test.c

@ -194,7 +194,7 @@ void test_fails(void) {
static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p,
grpc_error *error) {
grpc_pollset_destroy(p);
grpc_pollset_destroy(exec_ctx, p);
}
int main(int argc, char **argv) {

Loading…
Cancel
Save