aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/create_test_channel.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-23 13:55:15 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-23 13:55:15 -0800
commite4fe844b67191b46ee5d1942714e43cb2e12672b (patch)
tree42a8c5ff13cab35ebc15ac2d1f767a6eaa2fa431 /test/cpp/util/create_test_channel.cc
parentb0a32fc72d6c4ad667a57a98c38fed507d326462 (diff)
s/CreateChannel/CreateChannelDeprecated
For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
Diffstat (limited to 'test/cpp/util/create_test_channel.cc')
-rw-r--r--test/cpp/util/create_test_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/create_test_channel.cc b/test/cpp/util/create_test_channel.cc
index b0472d32a9..cf93589af5 100644
--- a/test/cpp/util/create_test_channel.cc
+++ b/test/cpp/util/create_test_channel.cc
@@ -79,7 +79,7 @@ std::shared_ptr<ChannelInterface> CreateTestChannel(
}
return CreateChannel(connect_to, channel_creds, channel_args);
} else {
- return CreateChannel(server, channel_args);
+ return CreateChannelDeprecated(server, channel_args);
}
}