aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/pubsub/publisher_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pubsub/publisher_test.cc')
-rw-r--r--examples/pubsub/publisher_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/pubsub/publisher_test.cc b/examples/pubsub/publisher_test.cc
index ac4921283f..6b9dcacc49 100644
--- a/examples/pubsub/publisher_test.cc
+++ b/examples/pubsub/publisher_test.cc
@@ -148,10 +148,8 @@ TEST_F(PublisherTest, TestPublisher) {
int main(int argc, char** argv) {
grpc_test_init(argc, argv);
- grpc_init();
::testing::InitGoogleTest(&argc, argv);
gpr_log(GPR_INFO, "Start test ...");
int result = RUN_ALL_TESTS();
- grpc_shutdown();
return result;
}