X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-clone.t;h=1efd250bd13f6c8a0b59c6401256f70804bda238;hb=be3665d8224dfbb9cff5f53796500821d9c8185a;hp=6214741724b8e72c2d4123891873b9b9686735d4;hpb=9af144fd696d5f97fdf9d43aa561d54f57f8c056;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/41-clone.t b/t/41-clone.t index 6214741..1efd250 100644 --- a/t/41-clone.t +++ b/t/41-clone.t @@ -1,18 +1,20 @@ -#!perl -T +#!perl 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; my $c : shared = 0;