summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorYuriy Glukhov <yutiy.glukhov@gmail.com>2016-02-29 16:57:30 +0200
committerYuriy Glukhov <yutiy.glukhov@gmail.com>2016-02-29 17:53:52 +0200
commit1b4fc744dba1f3e83c543f1d8382c9215117c170 (patch)
tree71b05eb19b5d2c372f95aa7a21790568c944f269 /tests
parentb893e0dbf5b13c157f827e71147fc8ba052e4746 (diff)
downloadNim-1b4fc744dba1f3e83c543f1d8382c9215117c170.tar.gz
Fixed bad JS codegen for new json with tables. Added json to JS tests.
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 -------------------------------------------