summary refs log tree commit diff stats
path: root/tests/objects/tillegal_recursion.nim
Commit message (Collapse)AuthorAgeFilesLines
* Allows for arbitrary ordering of inheritance in type section #6259 (#22070)Juan M Gómez2023-06-151-1/+1
| | | | | | | | | | | | | * Allows for arbitrary ordering of inheritance in type section #6259 * prevents ilegal recursion * fixes ilegal recursion. Test passes with a better message * Apply suggestions from code review --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fix test failure due to "illegal recursion" error messageAman Gupta2015-10-011-1/+1
| | | | | | | | | | FAIL: tillegal_recursion.nim Test "tests/objects/tillegal_recursion.nim" in category "objects" Failure: reMsgsDiffer Expected: illegal recursion in type 'object' Gotten: inheritance only works with non-final objects
* fixes #1691Araq2015-04-111-0/+7