From d769b8720c8dd324b7c9d756a6467c116a489068 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 13 Sep 2023 14:21:19 -0700 Subject: [PATCH] verifying types --- tests/datastore/testthreadproxyds.nim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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()