diff --git a/test/algorithms/set_operations/union/union_multi.cpp b/test/algorithms/set_operations/union/union_multi.cpp index 938e5308a..a80a249ca 100644 --- a/test/algorithms/set_operations/union/union_multi.cpp +++ b/test/algorithms/set_operations/union/union_multi.cpp @@ -126,7 +126,12 @@ void test_areal() test_one("ticket_9081", ticket_9081[0], ticket_9081[1], - 4, 0, 31, 0.2187385); +#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS) + 3, +#else + 4, +#endif + 0, 31, 0.2187385); } template