Unsigned arith corrected for JS

This commit is contained in:
Yuriy Glukhov
2016-01-21 01:27:34 +02:00
parent 72b975d1ff
commit c0d0e5efd9
4 changed files with 67 additions and 147 deletions

View File

@@ -220,7 +220,7 @@ proc jsTests(r: var TResults, cat: Category, options: string) =
"actiontable/tactiontable", "method/tmultim1",
"method/tmultim3", "method/tmultim4",
"varres/tvarres0", "varres/tvarres3", "varres/tvarres4",
"varres/tvartup"]:
"varres/tvartup", "misc/tunsignedinc"]:
test "tests/" & testfile & ".nim"
for testfile in ["pure/strutils"]: