summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/middle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/middle.c b/tests/middle.c
index 67c974ae..ffbb3a46 100644
--- a/tests/middle.c
+++ b/tests/middle.c
@@ -21,6 +21,10 @@ int main (void)
(void)GC_malloc_atomic(ALLOC_SZ);
(void)GC_malloc(ALLOC_SZ);
}
+
+ /* Test delayed start of marker threads, if they are enabled. */
+ GC_start_mark_threads();
+
for (i = 0; i < N_TESTS; ++i) {
(void)GC_malloc_atomic(ALLOC_SZ/2);
(void)GC_malloc(ALLOC_SZ/2);