diff options
author | Araq <rumpf_a@web.de> | 2018-02-27 17:42:38 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-02-27 17:43:02 +0100 |
commit | c9f184401cb0a7289119c1785c3af032f9998ff8 (patch) | |
tree | 62faddcd53a680cb3807035dfe6fcea494e30688 /tests/exception | |
parent | 9c7374abcd2c1c79daccfef58c74964155985bbc (diff) | |
download | Nim-c9f184401cb0a7289119c1785c3af032f9998ff8.tar.gz |
merged #6512 manually; fixes #6431
Diffstat (limited to 'tests/exception')
-rw-r--r-- | tests/exception/tunhandledexc.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exception/tunhandledexc.nim b/tests/exception/tunhandledexc.nim index c318aec81..b519fa3f6 100644 --- a/tests/exception/tunhandledexc.nim +++ b/tests/exception/tunhandledexc.nim @@ -2,6 +2,7 @@ discard """ file: "tunhandledexc.nim" outputsub: "Error: unhandled exception: bla [ESomeOtherErr]" exitcode: "1" + targets: "c cpp" """ type ESomething = object of Exception |