diff options
Diffstat (limited to 'tests/gc')
-rw-r--r-- | tests/gc/gctest.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gc/gctest.nim b/tests/gc/gctest.nim index 6d7cf9985..7f5260200 100644 --- a/tests/gc/gctest.nim +++ b/tests/gc/gctest.nim @@ -205,9 +205,9 @@ proc start = writeLine(stdout, GC_getStatistics()) write(stdout, "finished\n") -#fatherAsGlobal.t.data = @["ha", "lets", "stress", "it"] -#var tg = buildTree() -#buildBTree(fatherAsGlobal) +fatherAsGlobal.t.data = @["ha", "lets", "stress", "it"] +var tg = buildTree() +buildBTree(fatherAsGlobal) var thr: array[8, Thread[void]] for i in low(thr)..high(thr): |