diff options
author | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-06-01 18:46:58 +0300 |
---|---|---|
committer | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-06-01 18:46:58 +0300 |
commit | 738966280911605f48a0883755079cbe73862ed5 (patch) | |
tree | deb23cbca92c10222296ea8e8ab0f3a32836fee3 /tests/testament | |
parent | 5f4ffc68130d7d66ccbf1b84cc750c8d69fad0f7 (diff) | |
download | Nim-738966280911605f48a0883755079cbe73862ed5.tar.gz |
Time has now reference semantics on js
Diffstat (limited to 'tests/testament')
-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 cf09aaae0..125643d5a 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -226,7 +226,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", "pure/json"]: + for testfile in ["pure/strutils", "pure/json", "pure/random", "pure/times"]: test "lib/" & testfile & ".nim" # ------------------------- manyloc ------------------------------------------- |