summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-03-01 23:25:58 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-03-01 23:25:58 +0100
commit180a4b7657260af5411a4bea58240d3cac2ea0fe (patch)
treee11f7cafa2c9d4c684cc7cbbe7171b68fc746a5f /tests
parent06d4131ce1bb236f0d5a14efdfb12e825c5fee0f (diff)
parenta4779dba7599618e65ac7059077d4e979fb6db9e (diff)
downloadNim-180a4b7657260af5411a4bea58240d3cac2ea0fe.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'tests')
-rw-r--r--tests/testament/categories.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index ff83379b8..150c55edc 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -223,7 +223,7 @@ proc jsTests(r: var TResults, cat: Category, options: string) =
                    "varres/tvartup", "misc/tints", "misc/tunsignedinc"]:
     test "tests/" & testfile & ".nim"
 
-  for testfile in ["pure/strutils"]:
+  for testfile in ["pure/strutils", "pure/json"]:
     test "lib/" & testfile & ".nim"
 
 # ------------------------- manyloc -------------------------------------------