From dd7c166260856563c0fa545a93264cbb9cb28e7a Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 28 Feb 2018 10:13:19 +0100 Subject: [PATCH] make tests green again --- tests/exception/tunhandledexc.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/exception/tunhandledexc.nim b/tests/exception/tunhandledexc.nim index b519fa3f65..c318aec817 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