aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/bad_hostname.c
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/end2end/tests/bad_hostname.c
parent37c1c8fa58525e8870dd89d61b5f8a73957c886c (diff)
Change cq_verifier to report file and line number for expectations.
Diffstat (limited to 'test/core/end2end/tests/bad_hostname.c')
-rw-r--r--test/core/end2end/tests/bad_hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/bad_hostname.c b/test/core/end2end/tests/bad_hostname.c
index c9663c2155..f55ede9b58 100644
--- a/test/core/end2end/tests/bad_hostname.c
+++ b/test/core/end2end/tests/bad_hostname.c
@@ -150,7 +150,7 @@ static void simple_request_body(grpc_end2end_test_fixture f) {
error = grpc_call_start_batch(c, ops, (size_t)(op - ops), 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_INTERNAL);