aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/fd_conservation_posix_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/iomgr/fd_conservation_posix_test.cc')
-rw-r--r--test/core/iomgr/fd_conservation_posix_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/fd_conservation_posix_test.cc b/test/core/iomgr/fd_conservation_posix_test.cc
index 4866e350d5..0d27b94dc2 100644
--- a/test/core/iomgr/fd_conservation_posix_test.cc
+++ b/test/core/iomgr/fd_conservation_posix_test.cc
@@ -29,7 +29,7 @@ int main(int argc, char** argv) {
struct rlimit rlim;
grpc_endpoint_pair p;
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
grpc_init();
{
grpc_core::ExecCtx exec_ctx;