aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
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) {