From: Bruno Haible Date: Sun, 27 Oct 2019 22:03:41 +0000 (+0100) Subject: test_I_io now succeeds on native Windows. X-Git-Tag: cln_1-3-6~4 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;ds=sidebyside;h=cd0e13fd6ed1c917a645796fdb077ce9d909d3c2;p=cln.git test_I_io now succeeds on native Windows. --- diff --git a/tests/test_I_io.cc b/tests/test_I_io.cc index 4821034..2882aed 100644 --- a/tests/test_I_io.cc +++ b/tests/test_I_io.cc @@ -25,10 +25,5 @@ int test_I_io (int iterations) } } -#if defined(_WIN32) && !defined(__CYGWIN__) - std::cerr << "[The test is known to fail on this platform, ignore it]" << std::endl; - return 0; -#else return error; -#endif }