diff --git a/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h b/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h index f685088b0b7..48193135d80 100644 --- a/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h +++ b/Circular_kernel_2/test/Circular_kernel_2/include/CGAL/_test_circles_constructions.h @@ -63,7 +63,7 @@ void _test_circle_construct(CK ck) std::cout << "the circle used by the equation :" << circ_equation << std::endl; - std::cout << "testing {x,y}_critical_points" << std::endl; + std::cout << "testing {x,y}_extremal_points" << std::endl; for(int i=0; i<20; i++) { int x1 = theRandom.get_int(random_min,random_max); int y1 = theRandom.get_int(random_min,random_max);