projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4aaeb45
)
fix test count
Dave Rolsky [Sat, 14 Mar 2009 18:00:10 +0000 (13:00 -0500)]
t/010_self_introspection.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_self_introspection.t
b/t/010_self_introspection.t
index
cb6d0aa
..
0d92666
100644
(file)
--- a/
t/010_self_introspection.t
+++ b/
t/010_self_introspection.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More tests => 246;
+use Test::More tests => 244;
use Test::Exception;
use Class::MOP;