summary refs log tree commit diff stats
path: root/tests/stdlib/tstrimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+4
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* fixed tstrimpl (#20452)Andreas Rumpf2022-09-291-0/+2
|
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-281-0/+6
* remove find optimization close #19500 * save find to std * add simple tests * Apply suggestions from code review Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: sandytypical <43030857+xflywind@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>