[svn:parrot] r43538 - branches/libjit_framebuilder2/t/steps/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Jan 23 00:10:49 UTC 2010


Author: jkeenan
Date: Sat Jan 23 00:10:46 2010
New Revision: 43538
URL: https://trac.parrot.org/parrot/changeset/43538

Log:
Correct the number of tests specified in plan.

Modified:
   branches/libjit_framebuilder2/t/steps/auto/frames-01.t

Modified: branches/libjit_framebuilder2/t/steps/auto/frames-01.t
==============================================================================
--- branches/libjit_framebuilder2/t/steps/auto/frames-01.t	Fri Jan 22 21:03:02 2010	(r43537)
+++ branches/libjit_framebuilder2/t/steps/auto/frames-01.t	Sat Jan 23 00:10:46 2010	(r43538)
@@ -5,7 +5,7 @@
 
 use strict;
 use warnings;
-use Test::More tests => 28;
+use Test::More tests => 23;
 use lib qw( lib t/configure/testlib );
 use_ok('config::auto::frames');
 use Parrot::Configure::Options qw( process_options );


More information about the parrot-commits mailing list