From e8b6d92d4d5852e5731d21afb90362285b2dd6f2 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 2 Nov 2017 16:21:34 +0100 Subject: Looks like the reworked C++ preferences start to work again. --- t/threads.t | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 't/threads.t') 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'); { -- cgit v1.2.3