projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
81f6c72
)
Resolve a todo
gfx [Fri, 5 Feb 2010 10:23:37 +0000 (19:23 +0900)]
t/020_attributes/007_attribute_custom_metaclass.t
patch
|
blob
|
blame
|
history
diff --git
a/t/020_attributes/007_attribute_custom_metaclass.t
b/t/020_attributes/007_attribute_custom_metaclass.t
index
9e702d7
..
702cd62
100644
(file)
--- a/
t/020_attributes/007_attribute_custom_metaclass.t
+++ b/
t/020_attributes/007_attribute_custom_metaclass.t
@@
-44,7
+44,6
@@
use Test::Exception;
is($foo_attr_type_constraint->name, 'Foo', '... got the right type constraint name');
- local $TODO = '$type_constraint->parent is not reliable';
is($foo_attr_type_constraint->parent, 'Object', '... got the right type constraint parent name');
}
{