X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-hash-kv.t;h=bde6832c8c083575016be71404bc95ba4bcda23c;hb=760c8c9263073765503779fdf9e92ecf435a6339;hp=999bfdfe2d5e3bf53e033e24e9ea9132c1afab27;hpb=6b897414257c5dc3056ed7b36b8e47b54dff5d41;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 () {