[Moose-commits] r7794 - Moose/trunk/t/040_type_constraints

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Thu Feb 26 15:57:16 GMT 2009


Author: autarch
Date: 2009-02-26 07:57:15 -0800 (Thu, 26 Feb 2009)
New Revision: 7794

Modified:
   Moose/trunk/t/040_type_constraints/005_util_type_coercion.t
Log:
Remove some extra code that made the test not test what it should be testing


Modified: Moose/trunk/t/040_type_constraints/005_util_type_coercion.t
===================================================================
--- Moose/trunk/t/040_type_constraints/005_util_type_coercion.t	2009-02-26 09:16:26 UTC (rev 7793)
+++ Moose/trunk/t/040_type_constraints/005_util_type_coercion.t	2009-02-26 15:57:15 UTC (rev 7794)
@@ -53,7 +53,6 @@
     $anon_type->coercion
     ) {
 
-    my $coercion = find_type_constraint('Header')->coercion;
     isa_ok($coercion, 'Moose::Meta::TypeCoercion');
     
     {




More information about the Moose-commits mailing list