diff options
author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-10-15 15:00:30 +0300 |
---|---|---|
committer | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-10-15 16:04:53 +0300 |
commit | 2166b7bc46419a78b9e22062959e7272dfb89692 (patch) | |
tree | d7e549a43d8b1f8a30fb5df429f213858c4fb07e /tests/testament | |
parent | c97cbe7abd85d134e95ad1a7044fc314c60e5bed (diff) | |
download | Nim-2166b7bc46419a78b9e22062959e7272dfb89692.tar.gz |
Fixed ret by var in js
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/categories.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 3bb18d8a2..e700ff185 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -216,7 +216,9 @@ proc jsTests(r: var TResults, cat: Category, options: string) = "exception/texcsub", "exception/tfinally", "exception/tfinally2", "exception/tfinally3", "actiontable/tactiontable", "method/tmultim1", - "method/tmultim3", "method/tmultim4"]: + "method/tmultim3", "method/tmultim4", + "varres/tvarres0", "varres/tvarres3", "varres/tvarres4", + "varres/tvartup"]: test "tests/" & testfile & ".nim" # ------------------------- manyloc ------------------------------------------- |