aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-05-25 15:45:32 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-05-25 15:45:32 -0700
commitcd6ab2212252db6543291121699451a9285a0c9a (patch)
tree730cc5f57ae1e362a58c7af4b3c552e01e001740 /test
parentc18b9069cd37083f34e8e3c1601eb20944914ee5 (diff)
Fix concurrent_connectivity_test
Diffstat (limited to 'test')
-rw-r--r--test/core/surface/concurrent_connectivity_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/concurrent_connectivity_test.c b/test/core/surface/concurrent_connectivity_test.c
index 1f09311b1f..7614696cae 100644
--- a/test/core/surface/concurrent_connectivity_test.c
+++ b/test/core/surface/concurrent_connectivity_test.c
@@ -254,7 +254,7 @@ int run_concurrent_connectivity_test() {
void watches_with_short_timeouts(void *addr) {
for (int i = 0; i < NUM_OUTER_LOOPS_SHORT_TIMEOUTS; ++i) {
- grpc_completion_queue *cq = grpc_completion_queue_create(NULL);
+ grpc_completion_queue *cq = grpc_completion_queue_create_for_next(NULL);
grpc_channel *chan = grpc_insecure_channel_create((char *)addr, NULL, NULL);
for (int j = 0; j < NUM_INNER_LOOPS_SHORT_TIMEOUTS; ++j) {