[svn:parrot] r43869 - branches/vtable_massacre/t/pmc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed Feb 10 14:49:24 UTC 2010


Author: whiteknight
Date: Wed Feb 10 14:49:23 2010
New Revision: 43869
URL: https://trac.parrot.org/parrot/changeset/43869

Log:
multidispatch.t had a bad plan

Modified:
   branches/vtable_massacre/t/pmc/multidispatch.t

Modified: branches/vtable_massacre/t/pmc/multidispatch.t
==============================================================================
--- branches/vtable_massacre/t/pmc/multidispatch.t	Wed Feb 10 14:36:50 2010	(r43868)
+++ branches/vtable_massacre/t/pmc/multidispatch.t	Wed Feb 10 14:49:23 2010	(r43869)
@@ -9,7 +9,7 @@
 use Test::More;
 use Parrot::Test::Util 'create_tempfile';
 
-use Parrot::Test tests => 48;
+use Parrot::Test tests => 45;
 
 =head1 NAME
 


More information about the parrot-commits mailing list