mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
enable tests/stdlib/thttpclient.nim (#16710)
* enable tests/stdlib/thttpclient.nim * disable windows, openbsd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user