diff options
Diffstat (limited to 'tests/exception/t9657.nim')
-rw-r--r-- | tests/exception/t9657.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exception/t9657.nim b/tests/exception/t9657.nim index 5d5164f4f..c96a0a597 100644 --- a/tests/exception/t9657.nim +++ b/tests/exception/t9657.nim @@ -1,6 +1,8 @@ discard """ action: run exitcode: 1 + target: "c" """ +# todo: remove `target: "c"` workaround once #10343 is properly fixed close stdmsg writeLine stdmsg, "exception!" |