Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-01-24 22:53:15 +0300
committerbubnikv <bubnikv@gmail.com>2019-01-24 22:53:15 +0300
commit4487f51c300aef27eb27edbf3ad97b670b05bc40 (patch)
tree49d9cd668a975a6b4da507fdcb73deaf7e4a90b9 /xs
parentde70b6a06a535d822934d5588a9f5ecc4ebf2c42 (diff)
Yet one more fix of a unit test.
Diffstat (limited to 'xs')
-rw-r--r--xs/t/04_expolygon.t2
1 files changed, 1 insertions, 1 deletions
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);