X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=3b42068d7fb9cb90ba3775bc76015583df607ed0;hb=465440ff9c9519d5ce33d582cbf3fa4d03b4358a;hp=155dc43faf77feb7b0b9a309de3f2865872e745e;hpb=41367a04c268486fb815420a103f80e28ffefd63;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/t/01-import.t b/t/01-import.t index 155dc43..3b42068 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -7,13 +7,12 @@ use Test::More (); BEGIN { *tm_is = \&Test::More::is } -Test::More::plan(tests => 2 * 14); +Test::More::plan(tests => 2 * 15); require Test::Leaner; my @syms = qw< plan - skip_all skip done_testing pass @@ -23,6 +22,8 @@ my @syms = qw< isnt like unlike + cmp_ok + is_deeply diag note BAIL_OUT