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/t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-11-02 18:21:34 +0300
committerbubnikv <bubnikv@gmail.com>2017-11-02 18:21:34 +0300
commite8b6d92d4d5852e5731d21afb90362285b2dd6f2 (patch)
tree11dc25cfe40ed5824629a6f64d701090ff2d4cee /t
parent95c284c76431fcd3e21764b206ba6100c3179c1e (diff)
Looks like the reworked C++ preferences start to work again.
Diffstat (limited to 't')
-rw-r--r--t/threads.t7
1 files changed, 1 insertions, 6 deletions
diff --git a/t/threads.t b/t/threads.t
index 7fcd86f0e..7fede3328 100644
--- a/t/threads.t
+++ b/t/threads.t
@@ -1,4 +1,4 @@
-use Test::More;
+use Test::More tests => 2;
use strict;
use warnings;
@@ -12,11 +12,6 @@ use List::Util qw(first);
use Slic3r;
use Slic3r::Test;
-if (!$Slic3r::have_threads) {
- plan skip_all => "this perl is not compiled with threads";
-}
-plan tests => 2;
-
{
my $print = Slic3r::Test::init_print('20mm_cube');
{