aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/workqueue_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/iomgr/workqueue_test.c')
-rw-r--r--test/core/iomgr/workqueue_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/workqueue_test.c b/test/core/iomgr/workqueue_test.c
index 99a9de7c9d..5663af80e8 100644
--- a/test/core/iomgr/workqueue_test.c
+++ b/test/core/iomgr/workqueue_test.c
@@ -66,7 +66,7 @@ static void test_add_closure(void) {
GPR_ASSERT(done);
gpr_mu_unlock(GRPC_POLLSET_MU(&g_pollset));
- grpc_workqueue_unref(wq);
+ GRPC_WORKQUEUE_UNREF(wq, "destroy");
}
static void done_shutdown(void *arg) { grpc_pollset_destroy(arg); }