X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=939ee229fffa217ca3dc1e19492e3307a789febd;hb=01ef742d705c0bd6577139d1ee8a2808101336da;hp=375d523ef5c095da61264fb9e2219802b12a93dd;hpb=f77706f0734eb34a9623cc492b5d73061fba9b62;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/t/01-import.t b/t/01-import.t index 375d523..939ee22 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 6; require Scalar::Vec::Util; -for (qw/vfill vcopy veq SVU_PP SVU_SIZE/) { +for (qw/vfill vcopy vshift veq SVU_PP SVU_SIZE/) { eval { Scalar::Vec::Util->import($_) }; ok(!$@, 'import ' . $_); }