From bd5d86935f6fdefd22e12eab5c64e7cb1ba7d7bc Mon Sep 17 00:00:00 2001 From: yang-g Date: Fri, 7 Dec 2018 14:05:48 -0800 Subject: revert the sample --- test/core/util/test_config.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core/util') diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc index 5db409343b..fe80bb2d4d 100644 --- a/test/core/util/test_config.cc +++ b/test/core/util/test_config.cc @@ -31,7 +31,6 @@ #include "src/core/lib/gpr/env.h" #include "src/core/lib/gpr/string.h" #include "src/core/lib/gpr/useful.h" -#include "src/core/lib/surface/init.h" int64_t g_fixture_slowdown_factor = 1; int64_t g_poller_slowdown_factor = 1; @@ -406,7 +405,7 @@ TestEnvironment::TestEnvironment(int argc, char** argv) { grpc_test_init(argc, argv); } -TestEnvironment::~TestEnvironment() { grpc_test_x(); } +TestEnvironment::~TestEnvironment() {} } // namespace testing } // namespace grpc -- cgit v1.2.3