[svn:parrot] r37115 - trunk/t/examples

coke at svn.parrot.org coke at svn.parrot.org
Thu Mar 5 03:41:19 UTC 2009


Author: coke
Date: Thu Mar  5 03:41:14 2009
New Revision: 37115
URL: https://trac.parrot.org/parrot/changeset/37115

Log:
[t] Fix test count broken in r36074.

Modified:
   trunk/t/examples/pir.t

Modified: trunk/t/examples/pir.t
==============================================================================
--- trunk/t/examples/pir.t	Thu Mar  5 02:00:37 2009	(r37114)
+++ trunk/t/examples/pir.t	Thu Mar  5 03:41:14 2009	(r37115)
@@ -7,7 +7,7 @@
 use lib qw( . lib ../lib ../../lib );
 
 use Test::More;
-use Parrot::Test tests => 19;
+use Parrot::Test tests => 18;
 use Parrot::Config;
 
 =head1 NAME


More information about the parrot-commits mailing list