]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/01-import.t
Fix, export and test cmp_ok()
[perl/modules/Test-Leaner.git] / t / 01-import.t
index 155dc43faf77feb7b0b9a309de3f2865872e745e..d612ed4ff607030258275327f90d2615b35186dc 100644 (file)
@@ -7,7 +7,7 @@ use Test::More ();
 
 BEGIN { *tm_is = \&Test::More::is }
 
-Test::More::plan(tests => 2 * 14);
+Test::More::plan(tests => 2 * 15);
 
 require Test::Leaner;
 
@@ -21,6 +21,7 @@ my @syms = qw<
  ok
  is
  isnt
+ cmp_ok
  like
  unlike
  diag