diff --git a/test/float_equal.cpp b/test/float_equal.cpp index 3703855cf71..102ee4faf67 100644 --- a/test/float_equal.cpp +++ b/test/float_equal.cpp @@ -112,7 +112,10 @@ TEST_CASE_REGISTER(test_limits); TEST_CASE_REGISTER(test_limits); TEST_CASE_REGISTER(test_limits); TEST_CASE_REGISTER(test_limits); +#ifndef _WIN32 +// On Windows, types int and long have the same min and max values. TEST_CASE_REGISTER(test_limits); +#endif TEST_CASE_REGISTER(test_limits); int main(int argc, const char* argv[]) { test::run(argc, argv); }