aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gprpp/inlined_vector_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/gprpp/inlined_vector_test.cc')
-rw-r--r--test/core/gprpp/inlined_vector_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/gprpp/inlined_vector_test.cc b/test/core/gprpp/inlined_vector_test.cc
index 6abd2e7dfa..f943128f53 100644
--- a/test/core/gprpp/inlined_vector_test.cc
+++ b/test/core/gprpp/inlined_vector_test.cc
@@ -454,7 +454,7 @@ TEST(InlinedVectorTest, PopBackAllocated) {
} // namespace grpc_core
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();
}