[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
This commit is contained in:
Timothee Cour
2019-01-16 23:00:44 -08:00
committed by Andreas Rumpf
parent 15584879b9
commit 42bac52426
4 changed files with 24 additions and 11 deletions

View File

@@ -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!"