Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jun 24, 2020
1 parent 1b196d8 commit bec02be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/exception/t9657.nim
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit bec02be

Please sign in to comment.