aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr/murmur_hash_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/gpr/murmur_hash_test.cc')
-rw-r--r--test/core/gpr/murmur_hash_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/gpr/murmur_hash_test.cc b/test/core/gpr/murmur_hash_test.cc
index 2d2fa72cfb..fdc2cfa76b 100644
--- a/test/core/gpr/murmur_hash_test.cc
+++ b/test/core/gpr/murmur_hash_test.cc
@@ -64,7 +64,7 @@ static void verification_test(hash_func hash, uint32_t expected) {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
/* basic tests to verify that things don't crash */
gpr_murmur_hash3("", 0, 0);
gpr_murmur_hash3("xyz", 3, 0);