X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-clone.t;fp=t%2F41-clone.t;h=c3c48223ed666c5d9760cb109ff186f8c3133ddd;hb=83145d113a2bd8dd5c753431076b65cc9da8951a;hp=e5ae4986d2a10fa7dc655c59e2e269fb7d524be2;hpb=036e59a9c5fdf052edd1f603caa6838cc1825663;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/41-clone.t b/t/41-clone.t index e5ae498..c3c4822 100644 --- a/t/41-clone.t +++ b/t/41-clone.t @@ -26,7 +26,6 @@ if (VMG_THREADSAFE) { diag "Using threads $v" if defined $v; $v = $threads::shared::VERSION; diag "Using threads::shared $v" if defined $v; - diag 'This will leak a few scalars'; } else { plan skip_all => 'This Variable::Magic isn\'t thread safe'; }