aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/secure_channel_create_test.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-13 15:37:58 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-14 01:36:28 -0800
commit75122c23578e24417dcf64081c737571a9fc2dbc (patch)
treef4b8491964ec0508a5826490628c9f87b82c3326 /test/core/surface/secure_channel_create_test.cc
parent36cd68f0d543b9024c84eff82319890a791de7f6 (diff)
Address some PR comments
Diffstat (limited to 'test/core/surface/secure_channel_create_test.cc')
-rw-r--r--test/core/surface/secure_channel_create_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/surface/secure_channel_create_test.cc b/test/core/surface/secure_channel_create_test.cc
index 9a4ac1f0bd..dd9f907652 100644
--- a/test/core/surface/secure_channel_create_test.cc
+++ b/test/core/surface/secure_channel_create_test.cc
@@ -40,7 +40,6 @@ void test_unknown_scheme_target(void) {
ExecCtx _local_exec_ctx;
GRPC_CHANNEL_INTERNAL_UNREF(chan, "test");
grpc_channel_credentials_unref(creds);
- grpc_exec_ctx_finish();
}
void test_security_connector_already_in_arg(void) {
@@ -57,7 +56,6 @@ void test_security_connector_already_in_arg(void) {
GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
ExecCtx _local_exec_ctx;
GRPC_CHANNEL_INTERNAL_UNREF(chan, "test");
- grpc_exec_ctx_finish();
}
void test_null_creds(void) {
@@ -67,7 +65,6 @@ void test_null_creds(void) {
GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
ExecCtx _local_exec_ctx;
GRPC_CHANNEL_INTERNAL_UNREF(chan, "test");
- grpc_exec_ctx_finish();
}
int main(int argc, char** argv) {