diff options
Diffstat (limited to 'test/core/util/test_config.cc')
-rw-r--r-- | test/core/util/test_config.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc index fe80bb2d4d..5db409343b 100644 --- a/test/core/util/test_config.cc +++ b/test/core/util/test_config.cc @@ -31,6 +31,7 @@ #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; @@ -405,7 +406,7 @@ TestEnvironment::TestEnvironment(int argc, char** argv) { grpc_test_init(argc, argv); } -TestEnvironment::~TestEnvironment() {} +TestEnvironment::~TestEnvironment() { grpc_test_x(); } } // namespace testing } // namespace grpc |