Skip to content
Snippets Groups Projects
Commit 6ac703d1 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

Fix after merge with master

parent 7b81147c
No related branches found
No related tags found
No related merge requests found
...@@ -567,7 +567,7 @@ class IsolatedCallFixture : public TrackCounters { ...@@ -567,7 +567,7 @@ class IsolatedCallFixture : public TrackCounters {
GRPC_CLIENT_CHANNEL); GRPC_CLIENT_CHANNEL);
grpc_exec_ctx_finish(&exec_ctx); 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) { void Finish(benchmark::State &state) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment