mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Fixes tests.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
include "system/inclrtl"
|
||||
|
||||
import os, oids, tables, strutils, times, heapqueue, lists
|
||||
import os, oids, tables, strutils, times, heapqueue, lists, queues
|
||||
|
||||
import nativesockets, net, deques
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ proc alpha() {.async.} =
|
||||
await sleepAsync(1000)
|
||||
await fs.put(i)
|
||||
|
||||
echo("Done")
|
||||
fs.complete()
|
||||
|
||||
proc beta() {.async.} =
|
||||
|
||||
Reference in New Issue
Block a user