mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
updated tests to be executed
This commit is contained in:
@@ -2,7 +2,7 @@ discard """
|
||||
file: "tasyncall.nim"
|
||||
exitcode: 0
|
||||
"""
|
||||
import times, sequtils, unittest
|
||||
import times, sequtils
|
||||
import asyncdispatch
|
||||
|
||||
const
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user