diff options
Diffstat (limited to 'tests/async')
-rw-r--r-- | tests/async/tasyncall.nim | 2 | ||||
-rw-r--r-- | tests/async/tasyncssl.nim | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/async/tasyncall.nim b/tests/async/tasyncall.nim index 775dd0c6f..3e30e8ba8 100644 --- a/tests/async/tasyncall.nim +++ b/tests/async/tasyncall.nim @@ -2,7 +2,7 @@ discard """ file: "tasyncall.nim" exitcode: 0 """ -import times, sequtils, unittest +import times, sequtils import asyncdispatch const diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim index b82197657..212260922 100644 --- a/tests/async/tasyncssl.nim +++ b/tests/async/tasyncssl.nim @@ -3,7 +3,12 @@ discard """ cmd: "nim $target --hints:on --define:ssl $options $file" output: "500" disabled: "windows" + target: c + action: compile """ + +# XXX, deactivated + import asyncdispatch, asyncnet, net, strutils, os when defined(ssl): |