From 4487f51c300aef27eb27edbf3ad97b670b05bc40 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 24 Jan 2019 20:53:15 +0100 Subject: [PATCH] Yet one more fix of a unit test. --- xs/t/04_expolygon.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/t/04_expolygon.t b/xs/t/04_expolygon.t index 0ad36f5b5..39da22f0a 100644 --- a/xs/t/04_expolygon.t +++ b/xs/t/04_expolygon.t @@ -5,7 +5,7 @@ use warnings; use List::Util qw(first sum); use Slic3r::XS; -use Test::More tests => 32; +use Test::More tests => 31; use constant PI => 4 * atan2(1, 1);