X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F12-reap-block.t;h=f8c85850b686eb4404ae03fc88007c425c7ff817;hb=2c38cd5c99372e9ab0a91cbaedebf68bec6ed2c7;hp=7b15b64bdddf215f8e81afb51b395b58be9cacce;hpb=add935e784ba40a5c477b8b8c93fb4a2159b53a1;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/12-reap-block.t b/t/12-reap-block.t index 7b15b64..f8c8585 100644 --- a/t/12-reap-block.t +++ b/t/12-reap-block.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More 'no_plan'; +use lib 't/lib'; +use Test::Leaner 'no_plan'; use Scope::Upper qw/reap UP HERE/; -use lib 't/lib'; use Scope::Upper::TestGenerator; local $Scope::Upper::TestGenerator::call = sub { @@ -48,7 +48,7 @@ $testcase DIAG undef $testcase; } - Test::More::is($a, $b, $desc); + Test::Leaner::is($a, $b, $desc); } }