Author: particle Date: Thu May 4 13:44:07 2006 New Revision: 12502 Modified: trunk/t/pmc/objects.t
Log: [pmc] fix objects.t test count error Modified: trunk/t/pmc/objects.t ============================================================================== --- trunk/t/pmc/objects.t (original) +++ trunk/t/pmc/objects.t Thu May 4 13:44:07 2006 @@ -6,7 +6,7 @@ use warnings; use lib qw( . lib ../lib ../../lib ); use Test::More; -use Parrot::Test tests => 74; +use Parrot::Test tests => 75; =head1 NAME
