aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/linux_system_roots_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/security/linux_system_roots_test.cc')
-rw-r--r--test/core/security/linux_system_roots_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/linux_system_roots_test.cc b/test/core/security/linux_system_roots_test.cc
index 24d446de35..cd8bd3beb7 100644
--- a/test/core/security/linux_system_roots_test.cc
+++ b/test/core/security/linux_system_roots_test.cc
@@ -86,7 +86,7 @@ TEST(CreateRootCertsBundleTest, BundlesCorrectly) {
} // 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();
}