diff options
Diffstat (limited to 'tests/exception/t9657.nim')
-rw-r--r-- | tests/exception/t9657.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/exception/t9657.nim b/tests/exception/t9657.nim new file mode 100644 index 000000000..5d5164f4f --- /dev/null +++ b/tests/exception/t9657.nim @@ -0,0 +1,6 @@ +discard """ + action: run + exitcode: 1 +""" +close stdmsg +writeLine stdmsg, "exception!" |