X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F32-vcopy-move.t;h=a77183985c7d98998f1a28b79c39dba02a0918b8;hp=32d981d679f552c305a8042186ba9aa861418128;hb=3fdc4bd1cd11d103feda665580f1753297e0a470;hpb=82dcef98c2b9fa6b67b9912a6f4e566b4fd7e155 diff --git a/t/32-vcopy-move.t b/t/32-vcopy-move.t index 32d981d..a771839 100644 --- a/t/32-vcopy-move.t +++ b/t/32-vcopy-move.t @@ -3,7 +3,8 @@ use strict; use warnings; -use Test::More 'no_plan'; +use lib 't/lib'; +use Test::Leaner 'no_plan'; use Scalar::Vec::Util qw/vcopy SVU_SIZE/;