summary refs log tree commit diff stats
path: root/tests/stdlib/tdeques.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-0/+6
| | | fixes #21278; deques.shrink off ny one bug
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+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
* use sink and lent in deques (#17661)flywind2021-04-071-2/+51
| | | | | | | | | * use sink and lent in deques * Update lib/pure/collections/deques.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* use doAssert in tests (#16486)flywind2020-12-281-25/+25
|
* improve tests for collections (#16328)Timothee Cour2020-12-121-0/+139
* improve tests for collections * remove remaining code blocks in deques.nim * improve runnableExamples