mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 09:16:08 +08:00
test_infill_above_bridges: migrated to newer catch2
This commit is contained in:
parent
b72d9a4c58
commit
2aab8f1245
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user