summary refs log tree commit diff stats
path: root/tests/exception/t9657.nim
Commit message (Collapse)AuthorAgeFilesLines
* [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures ↵Timothee Cour2019-01-171-0/+2
| | | | | | | | (#10315) * better fix for `nim cpp` bootstrap error: error: no member named raise_id * [CI] now enables runs NIM_COMPILE_TO_CPP=true without allow_failures * workaround refs #10343
* don't raise exception in the default handler (#9783)alaviss2018-11-221-0/+6
fixes #9657