X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=t%2F02-import-arg.t;h=9a27428f5b0b911e8a67e7957aff7b9c4e305402;hp=6470c838af34dc435b54ce49a462627fe44c660a;hb=929c8bab7d9cc5a7247006772efa931797016d59;hpb=00cdc2b34a6be344a34ca4ac2f56f0238a88b195 diff --git a/t/02-import-arg.t b/t/02-import-arg.t index 6470c83..9a27428 100644 --- a/t/02-import-arg.t +++ b/t/02-import-arg.t @@ -6,6 +6,6 @@ use warnings; BEGIN { delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE} } use lib 't/lib'; -use Test::Leaner::TestImport; +use Test::Leaner::TestImport 'test_import_arg'; test_import_arg;