aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/avl/avl_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/avl/avl_test.cc')
-rw-r--r--test/core/avl/avl_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/avl/avl_test.cc b/test/core/avl/avl_test.cc
index 01002fec72..769e67563d 100644
--- a/test/core/avl/avl_test.cc
+++ b/test/core/avl/avl_test.cc
@@ -283,7 +283,7 @@ static void test_stress(int amount_of_stress) {
}
int main(int argc, char* argv[]) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
test_get();
test_ll();