X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-hash-kv.t;h=bde6832c8c083575016be71404bc95ba4bcda23c;hb=9ef6276ffc1c3943d1b167876079649480efafd7;hp=999bfdfe2d5e3bf53e033e24e9ea9132c1afab27;hpb=c79d4e423275faf328a1cdb9e47fdd1ba432388d;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/22-hash-kv.t b/t/22-hash-kv.t index 999bfdf..bde6832 100644 --- a/t/22-hash-kv.t +++ b/t/22-hash-kv.t @@ -3,13 +3,13 @@ use strict; use warnings; -use Test::More; +use lib 't/lib'; +use Test::Leaner; BEGIN { plan tests => 9 * 3 * 64; } -use lib 't/lib'; use autovivification::TestCases; while () {