summary refs log tree commit diff stats
path: root/tests/gc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-01-15 00:48:52 +0100
committerAraq <rumpf_a@web.de>2018-01-15 00:48:52 +0100
commit24a6583fa76289bfd725b61b9bd5effad7f5765a (patch)
tree012756f55ec2d11d0985152ac16bcd5ed0878feb /tests/gc
parent2d907ac334659a06de8c956c788cfe64ee0d240d (diff)
downloadNim-24a6583fa76289bfd725b61b9bd5effad7f5765a.tar.gz
hardened gctest
Diffstat (limited to 'tests/gc')
-rw-r--r--tests/gc/gctest.nim6
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):