fix the test count
authorTony Cook <tony@develop-help.com>
Sat, 16 Mar 2013 00:42:55 +0000 (11:42 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 16 Mar 2013 00:42:55 +0000 (11:42 +1100)
t/010-modules/050-format.t

index 64bb45427869fba2cf6e7049a6fb21b9ee5afbb7..fa1c2f3fc5d180d22d144a1f44d7f2234d63331c 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use Test::More tests => 97;
+use Test::More tests => 107;
 
 sub format_test($$$;$);
 sub noformat_test($$$;$);