summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index d939961f..a348c06f 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1923,6 +1923,7 @@ void GC_CALLBACK warn_proc(char *msg, GC_word p)
GC_noop1((GC_word)&Init);
# endif
n_tests = 0;
+ GC_clear_exclusion_table(); /* no-op as called before GC init */
# if defined(MACOS)
/* Make sure we have lots and lots of stack space. */
SetMinimumStack(cMinStackSpace);