summary refs log tree commit diff stats
path: root/tests/arithm/tnot.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix constant folding for shl/notLemonBoy2018-06-191-0/+58
Since the source and destination types are the same the result should be trimmed to fit.