X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2Ffailing%2F014_type_notation_parser.t;fp=t-failing%2F040_type_constraints%2F014_type_notation_parser.t;h=b2821c1ac5494f04be9a80795dc807d5414c2f5d;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=3a7581574e33d2308200ad4ea47e473fe9622e6d;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t-failing/040_type_constraints/014_type_notation_parser.t b/t/040_type_constraints/failing/014_type_notation_parser.t similarity index 94% rename from t-failing/040_type_constraints/014_type_notation_parser.t rename to t/040_type_constraints/failing/014_type_notation_parser.t index 3a75815..b2821c1 100644 --- a/t-failing/040_type_constraints/014_type_notation_parser.t +++ b/t/040_type_constraints/failing/014_type_notation_parser.t @@ -1,13 +1,9 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; use strict; use warnings; -use Test::More; -$TODO = q{Mouse is not yet completed}; +use Test::More tests => 41; BEGIN { use_ok("Mouse::Util::TypeConstraints"); @@ -107,5 +103,3 @@ ok(!Mouse::Util::TypeConstraints::_detect_type_constraint_union($_), '... this correctly split the union (' . $_ . ')' ) for keys %split_tests; } - -done_testing;