test_infill_above_bridges: migrated to newer catch2

This commit is contained in:
Jan Bařtipán 2025-02-07 10:29:49 +01:00
parent b72d9a4c58
commit 2aab8f1245

View File

@ -1,7 +1,9 @@
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_approx.hpp>
#include <libslic3r/InfillAboveBridges.hpp>
using namespace Slic3r;
using Catch::Approx;
const ExPolygon square{
Point::new_scale(0, 0),