diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exception/tunhandledexc.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/exception/tunhandledexc.nim b/tests/exception/tunhandledexc.nim index c318aec81..f0fa2bf27 100644 --- a/tests/exception/tunhandledexc.nim +++ b/tests/exception/tunhandledexc.nim @@ -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 |