aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/alarm_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/surface/alarm_test.c')
-rw-r--r--test/core/surface/alarm_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/alarm_test.c b/test/core/surface/alarm_test.c
index 4afe357c27..7419d388a3 100644
--- a/test/core/surface/alarm_test.c
+++ b/test/core/surface/alarm_test.c
@@ -58,7 +58,7 @@ static void test_alarm(void) {
grpc_completion_queue *cc;
LOG_TEST("test_alarm");
- cc = grpc_completion_queue_create(NULL);
+ cc = grpc_completion_queue_create(GRPC_CQ_NEXT, DEFAULT_POLLING, NULL);
{
/* regular expiry */
grpc_event ev;