X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F01-import.t;h=939ee229fffa217ca3dc1e19492e3307a789febd;hp=375d523ef5c095da61264fb9e2219802b12a93dd;hb=0062dbd2da53db62346382e729b84097131c61ee;hpb=2506fbb7b9572d1dfbd5e776b236977c23d648dc 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 ' . $_); }