diff --git a/test/jso_test.cpp b/test/jso_test.cpp index 443257a6c..f56fa131f 100644 --- a/test/jso_test.cpp +++ b/test/jso_test.cpp @@ -157,14 +157,12 @@ void test_dimensioned_sphere() { #endif int main() { -#if defined(__clang__) || defined(_MSC_VER) test_ackley(); test_ackley(); test_rosenbrock_saddle(); test_rastrigin(); test_three_hump_camel(); test_beale(); -#endif #if BOOST_MATH_TEST_UNITS_COMPATIBILITY test_dimensioned_sphere(); #endif