summaryrefslogtreecommitdiff
path: root/tests/gctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gctest.c')
-rw-r--r--tests/gctest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gctest.c b/tests/gctest.c
index 03dcd585..861764bb 100644
--- a/tests/gctest.c
+++ b/tests/gctest.c
@@ -2665,6 +2665,7 @@ int main(void)
GC_set_non_gc_bytes(GC_get_non_gc_bytes());
GC_set_on_collection_event(GC_get_on_collection_event());
GC_set_on_heap_resize(GC_get_on_heap_resize());
+ GC_set_on_mark_stack_empty(GC_get_on_mark_stack_empty());
GC_set_on_thread_event(GC_get_on_thread_event());
GC_set_oom_fn(GC_get_oom_fn());
GC_set_push_other_roots(GC_get_push_other_roots());