X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F42-threads-global.t;h=dba1a7959027e346c8503ce424e883c69c791855;hp=b3e0bff156d30e8ab673e59f568b6b57e23d50da;hb=b05f4291bec38d550b98e45a9e6f2320403905d3;hpb=922f734434b9a4bacae95a124dcb9724a4d64259 diff --git a/t/42-threads-global.t b/t/42-threads-global.t index b3e0bff..dba1a79 100644 --- a/t/42-threads-global.t +++ b/t/42-threads-global.t @@ -1,14 +1,10 @@ -#!perl -T +#!perl use strict; use warnings; -BEGIN { require indirect; } - use lib 't/lib'; -use VPIT::TestHelpers ( - threads => [ 'indirect' => indirect::I_THREADSAFE ], -); +use VPIT::TestHelpers threads => [ 'indirect' => 'indirect::I_THREADSAFE()' ]; use Test::Leaner;