mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
* 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
9 lines
172 B
Nim
9 lines
172 B
Nim
discard """
|
|
action: run
|
|
exitcode: 1
|
|
target: "c"
|
|
"""
|
|
# todo: remove `target: "c"` workaround once #10343 is properly fixed
|
|
close stdmsg
|
|
writeLine stdmsg, "exception!"
|