mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-01 14:05:59 +00:00
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":
|
suite "Asynchronous multi-threading sync primitives test suite":
|
||||||
teardown:
|
teardown:
|
||||||
echo GC_getStatistics()
|
|
||||||
checkLeaks()
|
checkLeaks()
|
||||||
|
|
||||||
proc setResult(thr: ThreadResultPtr, value: int) =
|
proc setResult(thr: ThreadResultPtr, value: int) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user