summary refs log tree commit diff stats
path: root/tests/sets/tsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-204/+204
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-191-1/+1
|
* fixes #2470, fixes #1354Araq2015-04-281-15/+155
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-9/+9
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-131-0/+64