Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2755
Modified Files:
extend.t
Log Message:
Oops, didn't mean to change the number of tests
Index: extend.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/extend.t,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- extend.t 10 Apr 2005 03:18:59 -0000 1.10
+++ extend.t 10 Apr 2005 03:58:35 -0000 1.11
@@ -2,7 +2,7 @@
# Tests various ways to extend Module::Build, e.g. by subclassing.
-use Test::More tests => 47;
+use Test::More tests => 45;
use Module::Build;
ok 1;
|