summary refs log tree commit diff stats
path: root/tests/errmsgs/tuncheckedarrayvar.nim
Commit message (Collapse)AuthorAgeFilesLines
* [backport] fix #11320 (#11538)Arne Döring2019-07-031-3/+1
| | | | | * [backport] fix #11320 * fix test for 32 bit test
* forbid casting to bare unchecked array (#11186)Arne Döring2019-05-081-0/+9
* fixes #11180, forbid casting to unchecked array. * allow UncheckedArray as param