aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-01 18:23:55 +0200
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-01 18:23:55 +0200
commit410208c25ce06aff6a0d5ac242dd5a37bfa140c3 (patch)
treeca63f76a26fb13b9455915b732d760807fbbc06c /test/core/surface
parent1dddf9ca965fb25e193fabda6b7260435677a0e4 (diff)
parent9d7e049d03cedca3b4b0e08d0cba1d1e718fa8ae (diff)
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/lame_client_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/surface/lame_client_test.c b/test/core/surface/lame_client_test.c
index f36f980575..2894b0c66f 100644
--- a/test/core/surface/lame_client_test.c
+++ b/test/core/surface/lame_client_test.c
@@ -132,7 +132,7 @@ int main(int argc, char **argv) {
GPR_ASSERT(GRPC_CALL_OK == error);
/* the call should immediately fail */
- cq_expect_completion(cqv, tag(1), 0);
+ CQ_EXPECT_COMPLETION(cqv, tag(1), 0);
cq_verify(cqv);
memset(ops, 0, sizeof(ops));
@@ -149,7 +149,7 @@ int main(int argc, char **argv) {
GPR_ASSERT(GRPC_CALL_OK == error);
/* the call should immediately fail */
- cq_expect_completion(cqv, tag(2), 1);
+ CQ_EXPECT_COMPLETION(cqv, tag(2), 1);
cq_verify(cqv);
peer = grpc_call_get_peer(call);