aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/performance/writes_per_rpc_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/performance/writes_per_rpc_test.cc')
-rw-r--r--test/cpp/performance/writes_per_rpc_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/performance/writes_per_rpc_test.cc b/test/cpp/performance/writes_per_rpc_test.cc
index baeede34ea..3c5b346884 100644
--- a/test/cpp/performance/writes_per_rpc_test.cc
+++ b/test/cpp/performance/writes_per_rpc_test.cc
@@ -255,7 +255,7 @@ TEST(WritesPerRpcTest, UnaryPingPong) {
} // namespace grpc
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}