X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F50-threads.t;h=63688758a9cdb8d203db028f83940ef3d47604d6;hb=e2cf50a4ad234e0ab9844ac0cb45f2a363abe217;hp=e8e7cfe3d6a057a4e5da5ea497faf417b4ad436d;hpb=7839df4d069fb2962a189f08bf7c92ff63d261fa;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/50-threads.t b/t/50-threads.t index e8e7cfe..6368875 100644 --- a/t/50-threads.t +++ b/t/50-threads.t @@ -1,10 +1,12 @@ -#!perl -T +#!perl use strict; use warnings; use lib 't/lib'; -use autovivification::TestThreads; +use VPIT::TestHelpers ( + threads => [ 'autovivification' => 'autovivification::A_THREADSAFE()' ], +); use Test::Leaner;