diff options
author | Araq <rumpf_a@web.de> | 2018-01-15 00:48:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-01-15 00:48:52 +0100 |
commit | 24a6583fa76289bfd725b61b9bd5effad7f5765a (patch) | |
tree | 012756f55ec2d11d0985152ac16bcd5ed0878feb /tests | |
parent | 2d907ac334659a06de8c956c788cfe64ee0d240d (diff) | |
download | Nim-24a6583fa76289bfd725b61b9bd5effad7f5765a.tar.gz |
hardened gctest
Diffstat (limited to 'tests')
-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): |