aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/channel_create_test.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-23 16:10:19 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-23 16:30:22 -0700
commitfa0896bbd0323d18b4e41805510b23d0f42fc34c (patch)
tree61fd5421abbf280813d5da4efd05e9c357d56342 /test/core/surface/channel_create_test.c
parent942c264861dedd8020fc18d65933e8f4f57e3e46 (diff)
Rewrote handling of default resolver prefix
Diffstat (limited to 'test/core/surface/channel_create_test.c')
-rw-r--r--test/core/surface/channel_create_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/channel_create_test.c b/test/core/surface/channel_create_test.c
index 450cc37233..580eb303f6 100644
--- a/test/core/surface/channel_create_test.c
+++ b/test/core/surface/channel_create_test.c
@@ -40,7 +40,7 @@ void test_unknown_scheme_target(void) {
grpc_channel *chan;
/* avoid default prefix */
grpc_resolver_registry_shutdown();
- grpc_resolver_registry_init("");
+ grpc_resolver_registry_init();
chan = grpc_insecure_channel_create("blah://blah", NULL, NULL);
GPR_ASSERT(chan != NULL);