summary refs log tree commit diff stats
path: root/tests/exception/t21261.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288)ringabout2023-01-241-0/+9
* fixes #21261; always checking nimTestErrorFlag in the main module * add a test