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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-04-21 16:47:28 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-04-21 16:47:28 +0300
commitbb8112f0994d7dbfc5aa929a6ca480c40dad99a7 (patch)
tree9cd19f8bbef3f3b4c7f88f6ad5eff0feb3d8f90f /xs
parentdcfa1d10cfb63ed25efc77e1038ab7eb0fdda675 (diff)
and the final Perl unit test fix
Diffstat (limited to 'xs')
-rw-r--r--xs/t/15_config.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/t/15_config.t b/xs/t/15_config.t
index 6326cae10..4d032019c 100644
--- a/xs/t/15_config.t
+++ b/xs/t/15_config.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Slic3r::XS;
-use Test::More tests => 144;
+use Test::More tests => 143;
foreach my $config (Slic3r::Config->new, Slic3r::Config::Static::new_FullPrintConfig) {
$config->set('layer_height', 0.3);