[svn:parrot] r40996 - trunk/t/pmc
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Sat Sep 5 13:24:25 UTC 2009
Author: whiteknight
Date: Sat Sep 5 13:24:24 2009
New Revision: 40996
URL: https://trac.parrot.org/parrot/changeset/40996
Log:
[t] small fix to plan of namespace-old.t that I just broke
Modified:
trunk/t/pmc/namespace-old.t
Modified: trunk/t/pmc/namespace-old.t
==============================================================================
--- trunk/t/pmc/namespace-old.t Sat Sep 5 13:22:43 2009 (r40995)
+++ trunk/t/pmc/namespace-old.t Sat Sep 5 13:24:24 2009 (r40996)
@@ -6,7 +6,7 @@
use warnings;
use lib qw( . lib ../lib ../../lib );
use Test::More;
-use Parrot::Test tests => 64;
+use Parrot::Test tests => 63;
use Parrot::Config;
=head1 NAME
More information about the parrot-commits
mailing list