summary refs log tree commit diff stats
path: root/tests/errmsgs/t14444.nim
Commit message (Collapse)AuthorAgeFilesLines
* make --exceptions:quirky work with C++ (#21581)Andreas Rumpf2023-03-311-1/+1
| | | | | * make --exceptions:quirky work with C++ * make tests green again
* fixes #14444; add `genLineDir` before assignment (#21201)ringabout2022-12-291-0/+14
* fixes #14444; add `genLineDir` before raises * add a test case * fixes differently