projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef33039
)
This test does pass (but we'll keep it since apparently it was broken
Dave Rolsky [Wed, 1 Jul 2009 17:55:10 +0000 (12:55 -0500)]
at some point).
t/088_immutable_role_application_bug.t
patch
|
blob
|
blame
|
history
diff --git
a/t/088_immutable_role_application_bug.t
b/t/088_immutable_role_application_bug.t
index
7fb8bea
..
54bafc0
100644
(file)
--- a/
t/088_immutable_role_application_bug.t
+++ b/
t/088_immutable_role_application_bug.t
@@
-28,8
+28,5
@@
BEGIN {
__PACKAGE__->meta->make_immutable;
}
-TODO: {
- local $TODO = 'This broke as of 07302fb';
- ok( $My::Meta::Trait::HAS_METH, 'Can find method' );
-}
+ok( $My::Meta::Trait::HAS_METH, 'Can find method' );