aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/channel_connectivity.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/end2end/tests/channel_connectivity.c')
-rw-r--r--test/core/end2end/tests/channel_connectivity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/channel_connectivity.c b/test/core/end2end/tests/channel_connectivity.c
index 0e0ac03015..8001f3f398 100644
--- a/test/core/end2end/tests/channel_connectivity.c
+++ b/test/core/end2end/tests/channel_connectivity.c
@@ -168,7 +168,7 @@ static void test_connectivity(grpc_end2end_test_config config) {
cq_verifier_destroy(cqv);
}
-void grpc_end2end_tests(grpc_end2end_test_config config) {
+void channel_connectivity(grpc_end2end_test_config config) {
GPR_ASSERT(config.feature_mask & FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION);
test_connectivity(config);
}