diff --git a/tests/datastore/testthreadproxyds.nim b/tests/datastore/testthreadproxyds.nim index dbae5ec..17999f9 100644 --- a/tests/datastore/testthreadproxyds.nim +++ b/tests/datastore/testthreadproxyds.nim @@ -37,7 +37,11 @@ proc threadTest() = print "res1: ", res1 GC_fullCollect() -threadTest() +proc main9) = + threadTest() + GC_fullCollect() + +main() GC_fullCollect()