summary refs log tree commit diff stats
path: root/tests/stdlib/tsinglylinkedring.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix SinglyLinkedRing in lists moduledef2015-02-011-0/+29
- SinglyLinkedRing's prepend was broken - needed a tail so that prepend can work properly - now append works as well, so I added it too - simple testcase added as well