summary refs log tree commit diff stats
path: root/tests/system/tfielditerator.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22301; fixes #22324; rejects branch initialization with a runtime ↵ringabout2023-07-251-1/+15
| | | | | | | | | | | discriminator with defaults (#22303) * fixes #22301; rejects branch initialization with a runtime discriminator with defaults * undefault nimPreviewRangeDefault * fixes tests * use oldCheckDefault
* some test cleanups & category reorganization (#22010)metagn2023-06-061-0/+112
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix