summary refs log tree commit diff stats
path: root/tests/exception
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-02-27 17:42:38 +0100
committerAraq <rumpf_a@web.de>2018-02-27 17:43:02 +0100
commitc9f184401cb0a7289119c1785c3af032f9998ff8 (patch)
tree62faddcd53a680cb3807035dfe6fcea494e30688 /tests/exception
parent9c7374abcd2c1c79daccfef58c74964155985bbc (diff)
downloadNim-c9f184401cb0a7289119c1785c3af032f9998ff8.tar.gz
merged #6512 manually; fixes #6431
Diffstat (limited to 'tests/exception')
-rw-r--r--tests/exception/tunhandledexc.nim1
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