aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-07 14:05:48 -0800
committerGravatar yang-g <yangg@google.com>2018-12-07 14:05:48 -0800
commitbd5d86935f6fdefd22e12eab5c64e7cb1ba7d7bc (patch)
tree3661e5eed8c4db3a39552d82c744d68aa75a955c /test/core
parent7fc52366a093aa23bba5a0daaa6cec0eb43a067f (diff)
revert the sample
Diffstat (limited to 'test/core')
-rw-r--r--test/core/util/test_config.cc3
1 files changed, 1 insertions, 2 deletions
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