summary refs log tree commit diff stats
path: root/tests/exception/tunhandledexc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/tunhandledexc.nim')
-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