mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
@@ -1,11 +1,12 @@
|
||||
discard """
|
||||
action: run
|
||||
exitcode: 1
|
||||
target: "c"
|
||||
target: "c cpp"
|
||||
disabled: "openbsd"
|
||||
disabled: "netbsd"
|
||||
"""
|
||||
# todo: remove `target: "c"` workaround once #10343 is properly fixed
|
||||
|
||||
close stdmsg
|
||||
const m = "exception!"
|
||||
# see #10343 for details on this test
|
||||
discard writeBuffer(stdmsg, cstring(m), m.len)
|
||||
|
||||
Reference in New Issue
Block a user