aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-22 16:03:32 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-22 16:59:56 -0800
commiteaf67dbdf67821b76e67066f201f2fafe1f5859c (patch)
tree5332cad696c25e36868f437b4e1c357c25a550de /test/core/util
parenta13a8c0f3ea9bdf70680c0c8b5667186c832a412 (diff)
Fixing errors and minor bugs
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/test_tcp_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/test_tcp_server.cc b/test/core/util/test_tcp_server.cc
index 71e6f3af2c..b94297adda 100644
--- a/test/core/util/test_tcp_server.cc
+++ b/test/core/util/test_tcp_server.cc
@@ -106,7 +106,7 @@ void test_tcp_server_destroy(test_tcp_server* server) {
grpc_pollset_shutdown(server->pollset,
GRPC_CLOSURE_CREATE(finish_pollset, server->pollset,
grpc_schedule_on_exec_ctx));
-
+ grpc_core::ExecCtx::Get()->Flush();
gpr_free(server->pollset);
grpc_shutdown();
}