X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F25-copy.t;h=04ed1c95fbd65d64a904c26a6498fc8c3ef7d7d0;hb=79aa72e4e9a8938a7195971a82d29f1575619c27;hp=7e13dfdf324fdd525986dbaba8b23456f23d9a1f;hpb=788d90465f0c4180f7b27d63f355bbf260ecb972;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;