diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-03-01 23:25:58 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-03-01 23:25:58 +0100 |
commit | 180a4b7657260af5411a4bea58240d3cac2ea0fe (patch) | |
tree | e11f7cafa2c9d4c684cc7cbbe7171b68fc746a5f /tests | |
parent | 06d4131ce1bb236f0d5a14efdfb12e825c5fee0f (diff) | |
parent | a4779dba7599618e65ac7059077d4e979fb6db9e (diff) | |
download | Nim-180a4b7657260af5411a4bea58240d3cac2ea0fe.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testament/categories.nim | 2 |
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 ------------------------------------------- |