aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/init_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/surface/init_test.cc')
-rw-r--r--test/core/surface/init_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/init_test.cc b/test/core/surface/init_test.cc
index 5749bc8b36..1bcd13a0b8 100644
--- a/test/core/surface/init_test.cc
+++ b/test/core/surface/init_test.cc
@@ -60,7 +60,7 @@ static void test_repeatedly() {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
test(1);
test(2);
test(3);