projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e9be9f6
)
Remove some extra code that made the test not test what it should be testing
Dave Rolsky [Thu, 26 Feb 2009 15:57:15 +0000 (15:57 +0000)]
t/040_type_constraints/005_util_type_coercion.t
patch
|
blob
|
blame
|
history
diff --git
a/t/040_type_constraints/005_util_type_coercion.t
b/t/040_type_constraints/005_util_type_coercion.t
index
0e0b732
..
e4a0492
100644
(file)
--- a/
t/040_type_constraints/005_util_type_coercion.t
+++ b/
t/040_type_constraints/005_util_type_coercion.t
@@
-53,7
+53,6
@@
foreach my $coercion (
$anon_type->coercion
) {
- my $coercion = find_type_constraint('Header')->coercion;
isa_ok($coercion, 'Moose::Meta::TypeCoercion');
{