aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/head_of_line_blocking.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_client/tests/head_of_line_blocking.c')
-rw-r--r--test/core/bad_client/tests/head_of_line_blocking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/tests/head_of_line_blocking.c b/test/core/bad_client/tests/head_of_line_blocking.c
index e4051bb668..64cb79d82f 100644
--- a/test/core/bad_client/tests/head_of_line_blocking.c
+++ b/test/core/bad_client/tests/head_of_line_blocking.c
@@ -97,7 +97,7 @@ static void verifier(grpc_server *server, grpc_completion_queue *cq,
&deadline, &request_metadata_recv,
&payload, cq, cq, tag(101));
GPR_ASSERT(GRPC_CALL_OK == error);
- cq_expect_completion(cqv, tag(101), 1);
+ CQ_EXPECT_COMPLETION(cqv, tag(101), 1);
cq_verify(cqv);
GPR_ASSERT(payload != NULL);