Create f->shutdown_cq in the fixture

pull/9972/head
Sree Kuchibhotla 8 years ago
parent 2bb075d8e0
commit e7a8f41fd0
  1. 1
      src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m

@ -80,6 +80,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_secure_fullstack(
f.fixture_data = ffd;
f.cq = grpc_completion_queue_create_for_next(NULL);
f.shutdown_cq = grpc_completion_queue_create_for_pluck(NULL);
return f;
}

Loading…
Cancel
Save