Fix after merge with master

reviewable/pr9972/r1
Sree Kuchibhotla 8 years ago
parent 7b81147cc9
commit 6ac703d1fd
  1. 2
      test/cpp/microbenchmarks/bm_call_create.cc

@ -567,7 +567,7 @@ class IsolatedCallFixture : public TrackCounters {
GRPC_CLIENT_CHANNEL);
grpc_exec_ctx_finish(&exec_ctx);
}
cq_ = grpc_completion_queue_create(NULL);
cq_ = grpc_completion_queue_create_for_next(NULL);
}
void Finish(benchmark::State &state) {

Loading…
Cancel
Save