aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/json_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/json/json_test.cc')
-rw-r--r--test/core/json/json_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/json/json_test.cc b/test/core/json/json_test.cc
index 7f1dbb774a..03dd96a8ae 100644
--- a/test/core/json/json_test.cc
+++ b/test/core/json/json_test.cc
@@ -184,7 +184,7 @@ static void test_atypical() {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
test_pairs();
test_atypical();
gpr_log(GPR_INFO, "json_test success");