summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-02-28 10:13:19 +0100
committerAraq <rumpf_a@web.de>2018-02-28 10:13:55 +0100
commitdd7c166260856563c0fa545a93264cbb9cb28e7a (patch)
treee14b645f052221e2c6962dce70ed2e1d2fdd1d5a
parent934bba5255cd73d31513b824b1cdf9dcc1738111 (diff)
downloadNim-dd7c166260856563c0fa545a93264cbb9cb28e7a.tar.gz
make tests green again
-rw-r--r--tests/exception/tunhandledexc.nim1
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