diff options
author | Araq <rumpf_a@web.de> | 2018-09-14 20:10:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-14 20:10:46 +0200 |
commit | fba9c2aef6a78ed87734b8d245583f1931adc50f (patch) | |
tree | db3ae9066db3698b81ca4e4dd122507c8307d459 | |
parent | ed5d2b55053db24e1c14095e08292d7b0b3dcff5 (diff) | |
download | Nim-fba9c2aef6a78ed87734b8d245583f1931adc50f.tar.gz |
make tests green again
-rw-r--r-- | tests/deps/jester-#head/jester/private/utils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/deps/jester-#head/jester/private/utils.nim b/tests/deps/jester-#head/jester/private/utils.nim index 4b00c52a1..66f0b37a6 100644 --- a/tests/deps/jester-#head/jester/private/utils.nim +++ b/tests/deps/jester-#head/jester/private/utils.nim @@ -4,7 +4,7 @@ import parseutils, strtabs, strutils, tables, net, mimetypes, asyncdispatch, os from cgi import decodeUrl const - useHttpBeast* = not defined(windows) and not defined(useStdLib) + useHttpBeast* = false # not defined(windows) and not defined(useStdLib) type MultiData* = OrderedTable[string, tuple[fields: StringTableRef, body: string]] |