diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-20 02:08:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 11:08:42 +0100 |
commit | 14730d9d64c0d4a9c1f123a21a2894cfbd1ed314 (patch) | |
tree | c05e9213611677b7443755035f61d10058dea5be /tests/stdlib | |
parent | ccb11a63fb7bf4cf44a23e1b42334fd4c0664422 (diff) | |
download | Nim-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.nim | 1 |
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" """ |