]> www.ginac.de Git - cln.git/commitdiff
test_I_io now succeeds on native Windows.
authorBruno Haible <bruno@clisp.org>
Sun, 27 Oct 2019 22:03:41 +0000 (23:03 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Nov 2019 00:20:14 +0000 (01:20 +0100)
tests/test_I_io.cc

index 4821034f78df5e81ad14c942e0270abb60c54917..2882aede099b8391b094ef1fc395728e29755590 100644 (file)
@@ -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
 }