diff --git a/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h b/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h index 4448d9e993e..0865f7de9d8 100644 --- a/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h +++ b/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h @@ -628,6 +628,7 @@ template void test_Type_functions( const CGAL::Field_tag&) { test_Type_functions< AS >(CGAL::Integral_domain_tag()); CGAL_test_assert(CGAL_NTS unit_part( AS (-15))== AS (-15)); + CGAL_test_assert(CGAL_NTS unit_part( AS (1 ))== AS ( 1)); CGAL_test_assert(CGAL_NTS unit_part( AS (0 ))== AS ( 1)); };