aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-07 08:45:26 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-07 08:45:26 -0700
commit9717e5fe93a5b6d0042b43369655bb696a86bb9f (patch)
tree6c3dd87ef7267b8e8a75aeb4743472c1a6f477d7 /test/core
parent3ad61889209a04494580d80ecd023b1fdd6b9895 (diff)
Fix test broken by merge.
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/tests/max_message_length.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/max_message_length.c b/test/core/end2end/tests/max_message_length.c
index 27434888e2..63bc5ebc0c 100644
--- a/test/core/end2end/tests/max_message_length.c
+++ b/test/core/end2end/tests/max_message_length.c
@@ -180,7 +180,7 @@ static void test_max_message_length(grpc_end2end_test_config config,
GPR_ASSERT(GRPC_CALL_OK == error);
if (send_limit) {
- cq_expect_completion(cqv, tag(1), 1);
+ CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
cq_verify(cqv);
goto done;
}