summary refs log tree commit diff stats
path: root/tests/pragmas/t8741.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* More checks for custom pragmas placement (#8765)LemonBoy2018-08-251-1/+1
| | | | We're not interested in custom pragmas attached to certain node kinds so the compiler silently ignored them.
* Validate pragmas attached to for variables (#8749)LemonBoy2018-08-241-0/+10
Fixes #8741