mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-31 02:43:41 +00:00
* Fixes #9434
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user