diff --git a/Number_types/test/Number_types/Coercion_traits.cpp b/Number_types/test/Number_types/Coercion_traits.cpp index 3a24808ae3a..8c30608ced8 100644 --- a/Number_types/test/Number_types/Coercion_traits.cpp +++ b/Number_types/test/Number_types/Coercion_traits.cpp @@ -59,7 +59,7 @@ void check_type_coercion_at(){ test_coercion_from_to(float(),Rational()); test_coercion_from_to(double(),Rational()); test_coercion_from_to(Integer(),Rational()); - test_coercion_from_to(Bigfloat(),Rational()); + //test_coercion_from_to(Bigfloat(),Rational()); // not the same for CORE/LEDA/GMP test_coercion_from_to(Rational(),Rational()); test_coercion_from_to(int(),Field_with_sqrt()); @@ -437,17 +437,17 @@ int main(){ AT_coercion_test_for_cgal_types_fws(); #endif // CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL -#ifdef CGAL_USE_LEDA +#ifdef CGAL_HAS_LEDA_ARITHMETIC_KERNEL check_type_coercion_at(); AT_coercion_test_for_cgal_types_fws(); #endif // CGAL_USE_LEDA -#ifdef CGAL_USE_CORE +#ifdef CGAL_HAS_CORE_ARITHMETIC_KERNEL check_type_coercion_at(); AT_coercion_test_for_cgal_types_fws(); #endif // CGAL_USE_CORE -#ifdef CGAL_USE_GMP +#ifdef CGAL_HAS_GMP_ARITHMETIC_KERNEL check_type_coercion_at(); AT_coercion_test_for_cgal_types_rat(); #endif // CGAL_USE_GMP