From cd0e13fd6ed1c917a645796fdb077ce9d909d3c2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 27 Oct 2019 23:03:41 +0100 Subject: [PATCH] test_I_io now succeeds on native Windows. --- tests/test_I_io.cc | 5 ----- 1 file changed, 5 deletions(-) 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 } -- 2.49.0