summary refs log tree commit diff stats
path: root/tests/stdlib/tarithmetics.nim
Commit message (Collapse)AuthorAgeFilesLines
* js generates spurious >>> on shr (#17767)Sivchari2021-04-211-0/+49
* js generates spurious >>> on shr * Add shr arithmetic test * fix variables from const to let during testing