diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_do_intersect_circles.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_do_intersect_circles.cpp index cd9756d52f6..0d97afc5b06 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_do_intersect_circles.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_do_intersect_circles.cpp @@ -12,7 +12,7 @@ using Point_2 = Kernel::Point_2; using Polygon_2 = CGAL::Polygon_2; using Circle_2 = Kernel::Circle_2; -int main(int argc, char* argv[]) { +int main() { Kernel kernel; auto ctr_circle = kernel.construct_circle_2_object(); auto circle1 = ctr_circle(Point_2(0, 1), 1);