summary refs log tree commit diff stats
path: root/tests/deps/jester-#head
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-10 12:36:13 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:24 +0100
commit0d99ff6113245fc105b34940ab9a111cf4576361 (patch)
treec8f166170247dcb00ee71c41bf1b2699a9229443 /tests/deps/jester-#head
parentac785b06236dbc228a3b755c11bb3b1330ccc3ab (diff)
downloadNim-0d99ff6113245fc105b34940ab9a111cf4576361.tar.gz
testament megatest: furher refactorings making more tests green
Diffstat (limited to 'tests/deps/jester-#head')
-rw-r--r--tests/deps/jester-#head/jester/private/utils.nim2
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 0ddc5945b..16dce61fe 100644
--- a/tests/deps/jester-#head/jester/private/utils.nim
+++ b/tests/deps/jester-#head/jester/private/utils.nim
@@ -188,7 +188,7 @@ when not declared(normalizePath) and not declared(normalizedPath):
     result = path
     normalizePath(result)
 
-when true:
+when false:
   var r = {:}.newStringTable
   parseUrlQuery("FirstName=Mickey", r)
   echo r