mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
hardened gctest
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user