From b49ac11a77f0cd56c00838c7e4728909c2dfc1b7 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 24 Jun 2020 09:00:35 -0700 Subject: [PATCH] fix #10343 (#14789) --- tests/exception/t9657.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/exception/t9657.nim b/tests/exception/t9657.nim index ea93aff598..514d29353a 100644 --- a/tests/exception/t9657.nim +++ b/tests/exception/t9657.nim @@ -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)