aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/call_creds.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-22 12:50:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-22 12:50:36 -0800
commit0fe5ee7be3ffc6386a6e0aefc40342cf64f44062 (patch)
treea39e47b88554fecb5a71a49d9e157b8dce6e9b58 /test/core/end2end/tests/call_creds.c
parentd491897c4050bce09025d8ad0011d38c14ab0dad (diff)
BoringSSL integration: non-vsprojects changes
Diffstat (limited to 'test/core/end2end/tests/call_creds.c')
-rw-r--r--test/core/end2end/tests/call_creds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/call_creds.c b/test/core/end2end/tests/call_creds.c
index bbfad21b62..910d280822 100644
--- a/test/core/end2end/tests/call_creds.c
+++ b/test/core/end2end/tests/call_creds.c
@@ -467,7 +467,7 @@ static void test_request_with_server_rejecting_client_creds(
config.tear_down_data(&f);
}
-void grpc_end2end_tests(grpc_end2end_test_config config) {
+void call_creds(grpc_end2end_test_config config) {
if (config.feature_mask & FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS) {
test_request_response_with_payload_and_call_creds(config);
test_request_response_with_payload_and_overridden_call_creds(config);