diff options
-rw-r--r-- | tests/exception/tunhandledexc.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/exception/tunhandledexc.nim b/tests/exception/tunhandledexc.nim index b519fa3f6..c318aec81 100644 --- a/tests/exception/tunhandledexc.nim +++ b/tests/exception/tunhandledexc.nim @@ -2,7 +2,6 @@ discard """ file: "tunhandledexc.nim" outputsub: "Error: unhandled exception: bla [ESomeOtherErr]" exitcode: "1" - targets: "c cpp" """ type ESomething = object of Exception |