aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/async_end2end_test.cc
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-25 10:36:16 -0700
committerGravatar Yang Gao <yangg@google.com>2015-03-25 10:36:16 -0700
commit16c78c922c4f43a3392b635e5d1a78dd14e285ea (patch)
tree6c5dee63fe8f3b7809a4ffae3a96c140bbf950b6 /test/cpp/end2end/async_end2end_test.cc
parentc637cc922fa5813bf9da5840b3746924dcc021cc (diff)
Clean up unneeded includes and remove shutdown protobuf library
Diffstat (limited to 'test/cpp/end2end/async_end2end_test.cc')
-rw-r--r--test/cpp/end2end/async_end2end_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc
index 4c71831dec..233c5b13a7 100644
--- a/test/cpp/end2end/async_end2end_test.cc
+++ b/test/cpp/end2end/async_end2end_test.cc
@@ -595,6 +595,5 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS();
grpc_shutdown();
- google::protobuf::ShutdownProtobufLibrary();
return result;
}