X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F40-threads.t;h=f7d87bc061cbd792c7973e59aa855920980f89f0;hb=HEAD;hp=3f2fe250dd9bd88e4253720d83096263c10513c4;hpb=b9dca634c59b11dc31a3d2eca413152ac7c92791;p=perl%2Fmodules%2Findirect.git diff --git a/t/40-threads.t b/t/40-threads.t index 3f2fe25..f7d87bc 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -1,10 +1,10 @@ -#!perl -T +#!perl use strict; use warnings; use lib 't/lib'; -use indirect::TestThreads; +use VPIT::TestHelpers threads => [ 'indirect' => 'indirect::I_THREADSAFE()' ]; use Test::Leaner; @@ -62,4 +62,4 @@ $_->join for @threads; pass 'done'; -done_testing(scalar(@threads) * 2 * (2 + 3) + 1); +done_testing;