[svn:parrot] r37565 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Mar 18 23:16:18 UTC 2009


Author: jkeenan
Date: Wed Mar 18 23:16:16 2009
New Revision: 37565
URL: https://trac.parrot.org/parrot/changeset/37565

Log:
Correct error in number of tests planned.

Modified:
   trunk/t/op/string_cs.t

Modified: trunk/t/op/string_cs.t
==============================================================================
--- trunk/t/op/string_cs.t	Wed Mar 18 22:30:25 2009	(r37564)
+++ trunk/t/op/string_cs.t	Wed Mar 18 23:16:16 2009	(r37565)
@@ -6,7 +6,7 @@
 use warnings;
 use lib qw( . lib ../lib ../../lib );
 use Test::More;
-use Parrot::Test tests => 52;
+use Parrot::Test tests => 51;
 use Parrot::Config;
 
 =head1 NAME


More information about the parrot-commits mailing list