summary refs log tree commit diff stats
path: root/tests/pragmas/t6448.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-1/+1
| | | | * fixes #13513 * merge tarithmetics in tarithm
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-1/+2
| | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+2
|
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-091-0/+16
Fixes #6448 Fixes #4384