summary refs log tree commit diff stats
path: root/tests/sets/tsets_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* close #16123 std/sets with closures in cpp (#17921)Timothee Cour2021-05-031-5/+13
| | | | | * close #16123 std/sets with closures in cpp * fixup
* fix #17076 (#17081)flywind2021-02-181-3/+25
|
* use doAssert in tests (#16486)flywind2020-12-281-61/+61
|
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of ↵Timothee Cour2020-02-261-8/+64
| | | | | | | | | | | tests (#13498) [backport] * fix #13496 handle tombstones * add test * more tests * fix #13504; add SharedTable tests * fix #https://github.com/nim-lang/Nim/issues/13505 intsets.missingOrExcl silently gave wrong results sometimes * add test for tintsets
* make tests green againAraq2018-11-161-3/+3
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+200
* change generic `tissues` name to more specific * change `tvarious` to more specific names