aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-24 13:49:22 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-24 13:49:22 -0700
commit7187ab9866f95181212cdb8b80fcbe0a36b01765 (patch)
tree62ab4af66266d7b1a3a8f5bfe7d8160e58841de2 /test/core/bad_ssl
parent37c1c8fa58525e8870dd89d61b5f8a73957c886c (diff)
Change cq_verifier to report file and line number for expectations.
Diffstat (limited to 'test/core/bad_ssl')
-rw-r--r--test/core/bad_ssl/bad_ssl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_ssl/bad_ssl_test.c b/test/core/bad_ssl/bad_ssl_test.c
index bb06ab0bb9..c9cdb169b6 100644
--- a/test/core/bad_ssl/bad_ssl_test.c
+++ b/test/core/bad_ssl/bad_ssl_test.c
@@ -111,7 +111,7 @@ static void run_test(const char *target, size_t nops) {
error = grpc_call_start_batch(c, ops, nops, tag(1), NULL);
GPR_ASSERT(GRPC_CALL_OK == error);
- cq_expect_completion(cqv, tag(1), 1);
+ CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
cq_verify(cqv);
GPR_ASSERT(status != GRPC_STATUS_OK);