[svn:parrot] r37573 - trunk/t/op
cotto at svn.parrot.org
cotto at svn.parrot.org
Thu Mar 19 01:19:50 UTC 2009
Author: cotto
Date: Thu Mar 19 01:19:50 2009
New Revision: 37573
URL: https://trac.parrot.org/parrot/changeset/37573
Log:
[t] revert (accidental?) test count change
Modified:
trunk/t/op/string_cs.t
Modified: trunk/t/op/string_cs.t
==============================================================================
--- trunk/t/op/string_cs.t Thu Mar 19 01:10:43 2009 (r37572)
+++ trunk/t/op/string_cs.t Thu Mar 19 01:19:50 2009 (r37573)
@@ -6,7 +6,7 @@
use warnings;
use lib qw( . lib ../lib ../../lib );
use Test::More;
-use Parrot::Test tests => 51;
+use Parrot::Test tests => 52;
use Parrot::Config;
=head1 NAME
More information about the parrot-commits
mailing list