diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-01-16 23:00:44 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-17 08:00:44 +0100 |
commit | 42bac52426bf392fcfa3cfeeee716bec3166b709 (patch) | |
tree | 323a8c65f5cc4fe84309979b761343e719bfaf72 /tests/exception | |
parent | 15584879b91e14565156ca140eef1dc100cf34c4 (diff) | |
download | Nim-42bac52426bf392fcfa3cfeeee716bec3166b709.tar.gz |
[CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10315)
* better fix for `nim cpp` bootstrap error: error: no member named raise_id * [CI] now enables runs NIM_COMPILE_TO_CPP=true without allow_failures * workaround refs #10343
Diffstat (limited to 'tests/exception')
-rw-r--r-- | tests/exception/t9657.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exception/t9657.nim b/tests/exception/t9657.nim index 5d5164f4f..c96a0a597 100644 --- a/tests/exception/t9657.nim +++ b/tests/exception/t9657.nim @@ -1,6 +1,8 @@ discard """ action: run exitcode: 1 + target: "c" """ +# todo: remove `target: "c"` workaround once #10343 is properly fixed close stdmsg writeLine stdmsg, "exception!" |