summary refs log tree commit diff stats
path: root/tests/effects/teffects7.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception tracking in try blocks (#10455)LemonBoy2019-01-271-0/+14
Exceptions raised inside a nkFinally/nkExcept block are not caught by the block itself. Fixes #3886