summary refs log tree commit diff stats
path: root/tests/stdlib/mintsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* packedsets fix regression introduced in #15564 (#16060)Timothee Cour2020-11-201-0/+10
* packedsets fix regression introduced in #15564 * add tests