mirror of https://github.com/CGAL/cgal
Do not test with Filtered_kernel<CGAL::Simple_cartesian<CORE::Expr>. That
kernel is useless, and triggers warnings in the testsuites.
This commit is contained in:
parent
7562a5c9bf
commit
afceab5cae
|
|
@ -181,11 +181,6 @@ void test_with_tag(Tag = CGAL::Non_manifold_tag())
|
|||
std::cout << "\nKERNEL CGAL::Filtered_kernel<CGAL::Cartesian<float> >...\n";
|
||||
Test_with_kernel<CGAL::Filtered_kernel<CGAL::Cartesian<float> >,Tag>()();
|
||||
|
||||
#ifdef CGAL_USE_CORE
|
||||
Test_with_kernel<CGAL::Filtered_kernel<CGAL::Simple_cartesian<CORE::Expr> >,
|
||||
Tag>()(DO_NOT_RUN);
|
||||
#endif // #ifdef CGAL_USE_CORE
|
||||
|
||||
Test_with_kernel<CGAL::Cartesian<CGAL::Lazy_exact_nt<double> >,
|
||||
Tag >()(DO_NOT_RUN);
|
||||
#endif // #ifndef CGAL_SURFACE_MESHER_SINGLE_TEST
|
||||
|
|
|
|||
Loading…
Reference in New Issue