enable tests/stdlib/thttpclient.nim (#16710)

* enable tests/stdlib/thttpclient.nim

* disable windows, openbsd
This commit is contained in:
Timothee Cour
2021-01-14 02:10:02 -08:00
committed by GitHub
parent 287dec06ae
commit 94430a2e6d

View File

@@ -1,10 +1,13 @@
discard """
cmd: "nim c --threads:on -d:ssl $file"
exitcode: 0
output: "OK"
disabled: true
disabled: "openbsd"
disabled: "windows"
"""
#[
disabled: see https://github.com/timotheecour/Nim/issues/528
]#
import strutils
from net import TimeoutError
@@ -168,5 +171,3 @@ proc ipv6Test() =
ipv6Test()
syncTest()
waitFor(asyncTest())
echo "OK"