projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b4f6e9
)
Add test count
Dave Rolsky [Mon, 6 Jul 2009 14:23:23 +0000 (09:23 -0500)]
t/310_inline_structor.t
patch
|
blob
|
blame
|
history
diff --git
a/t/310_inline_structor.t
b/t/310_inline_structor.t
index
efceb2f
..
88aa7ad
100644
(file)
--- a/
t/310_inline_structor.t
+++ b/
t/310_inline_structor.t
@@
-6,7
+6,7
@@
use Test::More;
BEGIN {
eval "use Test::Output;";
plan skip_all => "Test::Output is required for this test" if $@;
- plan 'no_plan';
+ plan tests => 15;
}
use Class::MOP;