X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-clone.t;h=c3c48223ed666c5d9760cb109ff186f8c3133ddd;hb=54a1b1e4382ad55a54cbd874d6ffd87bf58dffbc;hp=e5ae4986d2a10fa7dc655c59e2e269fb7d524be2;hpb=699cf35ef9ecbc8eec8ca35c2c10125ad6ec40e7;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'; }