X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=t%2F40-threads.t;h=7f55f22fc43cea8ee85dcf3301ae06a3b6a14290;hp=1a3d5ab888324d9336138b6cc56190ce56c25f51;hb=51804c2b718abc276a95b4626f3fb30f829e51fe;hpb=7b8b372746ef6628806700587f374f84326fc914 diff --git a/t/40-threads.t b/t/40-threads.t index 1a3d5ab..7f55f22 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -3,16 +3,18 @@ use strict; use warnings; -use lib 't/lib'; -use Variable::Magic::TestThreads; - -use Test::More 'no_plan'; - use Variable::Magic qw< wizard cast dispell getdata VMG_OP_INFO_NAME VMG_OP_INFO_OBJECT >; +use lib 't/lib'; +use VPIT::TestHelpers ( + threads => [ 'Variable::Magic' => Variable::Magic::VMG_THREADSAFE ], +); + +use Test::Leaner 'no_plan'; + my $destroyed : shared = 0; sub try {