mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 05:20:31 +00:00
Merge pull request #9121 from timotheecour/pr_fix_tasyncfilewrite
remove test_async.txt after test to keep git status clean
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user