remove test_async.txt after test to keep git status clean

This commit is contained in:
Timothee Cour
2018-09-29 16:57:56 +02:00
parent 4f8cf945fb
commit f59ddb7007

View File

@@ -9,6 +9,7 @@ import os, asyncfile, asyncdispatch
const F = "test_async.txt"
removeFile(F)
defer: removeFile(F)
let f = openAsync(F, fmWrite)
var futs = newSeq[Future[void]]()
for i in 1..3: