aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr/host_port_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/gpr/host_port_test.cc')
-rw-r--r--test/core/gpr/host_port_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/gpr/host_port_test.cc b/test/core/gpr/host_port_test.cc
index b5d88b2b01..b01bbf4b69 100644
--- a/test/core/gpr/host_port_test.cc
+++ b/test/core/gpr/host_port_test.cc
@@ -50,7 +50,7 @@ static void test_join_host_port_garbage(void) {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
test_join_host_port();
test_join_host_port_garbage();