summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-01-20 02:08:42 -0800
committerGitHub <noreply@github.com>2021-01-20 11:08:42 +0100
commit14730d9d64c0d4a9c1f123a21a2894cfbd1ed314 (patch)
treec05e9213611677b7443755035f61d10058dea5be /tests/stdlib
parentccb11a63fb7bf4cf44a23e1b42334fd4c0664422 (diff)
downloadNim-14730d9d64c0d4a9c1f123a21a2894cfbd1ed314.tar.gz
fix noDecl => nodecl (#16760)
* fix noDecl => nodecl

* address comment

* disable flaky tests/stdlib/thttpclient.nim on freebsd
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/thttpclient.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/thttpclient.nim b/tests/stdlib/thttpclient.nim
index 1bf3ab893..0cef10e6d 100644
--- a/tests/stdlib/thttpclient.nim
+++ b/tests/stdlib/thttpclient.nim
@@ -1,6 +1,7 @@
 discard """
   cmd: "nim c --threads:on -d:ssl $file"
   disabled: "openbsd"
+  disabled: "freebsd"
   disabled: "windows"
 """