Strip debugging echo in threadsync tests.
This commit is contained in:
parent
a81961a3c6
commit
be4923be19
|
@ -43,7 +43,6 @@ const
|
|||
|
||||
suite "Asynchronous multi-threading sync primitives test suite":
|
||||
teardown:
|
||||
echo GC_getStatistics()
|
||||
checkLeaks()
|
||||
|
||||
proc setResult(thr: ThreadResultPtr, value: int) =
|
||||
|
|
Loading…
Reference in New Issue