From e909486e5cde5a4a77cd6f21b42fc9ab38ec2ae6 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 19 May 2020 00:41:31 -0700 Subject: trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) * use check * trunner now works with cpp * cleanup: move compiler/unittest_light => stdtest/unittest_light * fix tests/readme.md * remove deadcode references to rodfiles * fix for windows --- lib/system/io.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/system/io.nim b/lib/system/io.nim index ab415f40c..84bebba28 100644 --- a/lib/system/io.nim +++ b/lib/system/io.nim @@ -733,7 +733,7 @@ when declared(stdout): releaseSys echoLock -when defined(windows) and not defined(nimscript): +when defined(windows) and not defined(nimscript) and not defined(js): # work-around C's sucking abstraction: # BUGFIX: stdin and stdout should be binary files! proc c_setmode(handle, mode: cint) {. -- cgit 1.4.1-2-gfad0