summary refs log tree commit diff stats
path: root/tests/collections/tsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* megatest can be executedArne Döring2018-12-111-122/+0
|
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test
* Modify hash for HashSet to use `xor` to mix hash of items.Lolo Iccl2018-05-091-4/+0
|
* Modify previous commit and add testsLolo Iccl2018-05-091-4/+52
|
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+42
|
* Fix floats in tuples in HashSetsNycto2015-04-241-14/+34
| | | | | Previously, the added tests would fail to compile with errors complaining that 'hash(float)' didn't exist
* moved tsets test to collections/Simon Hafner2014-02-121-0/+17