summary refs log tree commit diff stats
path: root/tests/sets/tsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* set[T].len is an alias for set[T].card (#11885) [feature]Andy Davidoff2019-08-051-0/+4
|
* remove shadow warning, fixes #10732 (#11039)Miran2019-04-171-3/+2
|
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+4
|
* fixes #8425Araq2018-08-041-1/+9
|
* Fix compile time set cardinality (#7558)Oscar Nihlgård2018-04-101-0/+4
|
* 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