aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice/percent_encoding_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/slice/percent_encoding_test.cc')
-rw-r--r--test/core/slice/percent_encoding_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/slice/percent_encoding_test.cc b/test/core/slice/percent_encoding_test.cc
index e8d04fcc83..ae6c39eb26 100644
--- a/test/core/slice/percent_encoding_test.cc
+++ b/test/core/slice/percent_encoding_test.cc
@@ -118,7 +118,7 @@ static void test_nonconformant_vector(const char* encoded,
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
grpc_init();
TEST_VECTOR(
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.~",