aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/server_crash_test_client.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-11-18 11:41:30 -0800
committerGravatar yang-g <yangg@google.com>2015-11-18 11:41:30 -0800
commit71b962634eceacae336b1c706829e4ad9621b397 (patch)
tree35378c669bf04c24097a403af65a5adb8c82e812 /test/cpp/end2end/server_crash_test_client.cc
parent42630b010f398ca072a0ba89648855c3052c6594 (diff)
parent75b53d6a5d891fa33a9173318b1446faeaf154e4 (diff)
merge with head
Diffstat (limited to 'test/cpp/end2end/server_crash_test_client.cc')
-rw-r--r--test/cpp/end2end/server_crash_test_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/server_crash_test_client.cc b/test/cpp/end2end/server_crash_test_client.cc
index 17869362c2..2baefcbf42 100644
--- a/test/cpp/end2end/server_crash_test_client.cc
+++ b/test/cpp/end2end/server_crash_test_client.cc
@@ -58,7 +58,7 @@ using namespace gflags;
int main(int argc, char** argv) {
ParseCommandLineFlags(&argc, &argv, true);
auto stub = grpc::cpp::test::util::TestService::NewStub(
- grpc::CreateChannel(FLAGS_address, grpc::InsecureCredentials()));
+ grpc::CreateChannel(FLAGS_address, grpc::InsecureChannelCredentials()));
EchoRequest request;
EchoResponse response;