diff options
author | Araq <rumpf_a@web.de> | 2018-02-28 10:13:19 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-02-28 10:13:55 +0100 |
commit | dd7c166260856563c0fa545a93264cbb9cb28e7a (patch) | |
tree | e14b645f052221e2c6962dce70ed2e1d2fdd1d5a | |
parent | 934bba5255cd73d31513b824b1cdf9dcc1738111 (diff) | |
download | Nim-dd7c166260856563c0fa545a93264cbb9cb28e7a.tar.gz |
make tests green again
-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 |