aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/head_of_line_blocking.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-01 10:49:39 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-01 10:49:39 -0700
commit6d0028ead3c3a67a6d0d5b7c7bc29bb2df0f4bfd (patch)
treee1c64e507dd70ba448afe9b715e4874510dec649 /test/core/bad_client/tests/head_of_line_blocking.c
parenteae090a67a02c81487e601e86fb9ef957de9407b (diff)
parent1141aef9b772be26c002849180666944c933d70e (diff)
Merge github.com:grpc/grpc into merge-write
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);