aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-22 12:50:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-22 12:50:03 -0700
commitb8b1a462e5cc2d629be43feed1e8960f40867d6b (patch)
treefc28c2a279ca341a0688d79c75a37983ff9bbff2 /test/core/channel
parenta82950e68318a6aab6fe894fa39f7fa616c4647b (diff)
Finish cleanup
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_stack_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index 178fe2aa87..2939027891 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -138,7 +138,7 @@ static void test_create_channel_stack(void) {
grpc_mdctx_unref(metadata_context);
- GPR_ASSERT(grpc_closure_list_empty(closure_list));
+ grpc_exec_ctx_finish(&exec_ctx);
}
int main(int argc, char **argv) {