X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=t%2F40-vshift.t;h=635bba2842deed62203c1264256a9597a29f78ac;hp=4c27c8324846b80f5837f64352718cdf8ff1e0f5;hb=3fdc4bd1cd11d103feda665580f1753297e0a470;hpb=82dcef98c2b9fa6b67b9912a6f4e566b4fd7e155 diff --git a/t/40-vshift.t b/t/40-vshift.t index 4c27c83..635bba2 100644 --- a/t/40-vshift.t +++ b/t/40-vshift.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/vshift SVU_SIZE/;