aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-26 14:42:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-26 14:42:49 -0700
commiteb3b12e41752acbde3c020af3cebbdd6baf97e60 (patch)
treec91e2f6f3f148a66a06efbdd1f5b9a64feacfcb5 /test/core
parentf7afa1f1ba4953c7bd6d20f0bbabc5742d3faea8 (diff)
Further client config work
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/fixtures/chttp2_fullstack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/fixtures/chttp2_fullstack.c b/test/core/end2end/fixtures/chttp2_fullstack.c
index e647434509..8a1530e63b 100644
--- a/test/core/end2end/fixtures/chttp2_fullstack.c
+++ b/test/core/end2end/fixtures/chttp2_fullstack.c
@@ -73,6 +73,7 @@ void chttp2_init_client_fullstack(grpc_end2end_test_fixture *f,
grpc_channel_args *client_args) {
fullstack_fixture_data *ffd = f->fixture_data;
f->client = grpc_channel_create(ffd->localaddr, client_args);
+ GPR_ASSERT(f->client);
}
void chttp2_init_server_fullstack(grpc_end2end_test_fixture *f,