summary refs log tree commit diff stats
path: root/tests/async/tasyncfilewrite.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-0/+17
* nimgrab tool bugfix: don't divide by zero * fixes #5532 (asyncfile write on Windows) * add a comment about what has been tried instead