summary refs log tree commit diff stats
path: root/tests/misc/tnoop.nim
Commit message (Collapse)AuthorAgeFilesLines
* correct tnoop test caseAraq2018-10-251-2/+3
|
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ↵Timothee Cour2018-10-141-3/+4
| | | | call undeclared routine' error (#8786)
* s/procedure/routine/ in tests.Dominik Picheta2015-06-051-1/+1
|
* Fixes #2584Dominik Picheta2015-06-041-1/+1
| | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields.
* fixes --gc:none regression; made some tests greenAraq2015-03-101-4/+3
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+12
Add some documentations and code examples in system