Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)

* Fixes #9434
This commit is contained in:
cooldome
2018-10-28 12:40:42 +00:00
committed by Andreas Rumpf
parent f670c55daa
commit dfb8730f51
4 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
discard """
file: "tunhandledexc.nim"
outputsub: "Error: unhandled exception: bla [ESomeOtherErr]"
cmd: "nim $target -d:release $options $file"
outputsub: '''tunhandledexc.nim(16) genErrors
Error: unhandled exception: bla [ESomeOtherErr]'''
exitcode: "1"
"""
type