X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F25-copy.t;h=04ed1c95fbd65d64a904c26a6498fc8c3ef7d7d0;hb=30631ed72aef81f7a424009effb91f408481463e;hp=7e13dfdf324fdd525986dbaba8b23456f23d9a1f;hpb=22e4bfdeebdba03a6d923239bb75b37655a29cdb;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/25-copy.t b/t/25-copy.t index 7e13dfd..04ed1c9 100644 --- a/t/25-copy.t +++ b/t/25-copy.t @@ -5,13 +5,9 @@ use warnings; use Test::More; -use Variable::Magic qw; +use Variable::Magic qw; -if (MGf_COPY) { - plan tests => 2 + ((2 * 5 + 3) + (2 * 2 + 1)) + (2 * 9 + 6) + 1; -} else { - plan skip_all => 'No copy magic for this perl'; -} +plan tests => 2 + ((2 * 5 + 3) + (2 * 2 + 1)) + (2 * 9 + 6) + 1; use lib 't/lib'; use Variable::Magic::TestWatcher;