]> www.ginac.de Git - cln.git/blobdiff - tests/test_I_io.cc
Fix configury (intptr_t test) for cross-compilation.
[cln.git] / 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
 }