aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr/string_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/gpr/string_test.cc')
-rw-r--r--test/core/gpr/string_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/gpr/string_test.cc b/test/core/gpr/string_test.cc
index 9f3b312465..7da7b18778 100644
--- a/test/core/gpr/string_test.cc
+++ b/test/core/gpr/string_test.cc
@@ -295,7 +295,7 @@ static void test_is_true(void) {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
test_strdup();
test_dump();
test_parse_uint32();