X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2Ffailing%2F002_util_type_constraints_export.t;fp=t%2F040_type_constraints%2F002_util_type_constraints_export.t;h=5d5612cb7b0d4e4e28c13c56d4052931476efb72;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=a6633a02c81dc95bb279c3aef9c0b9367f0ef105;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/002_util_type_constraints_export.t b/t/040_type_constraints/failing/002_util_type_constraints_export.t similarity index 77% rename from t/040_type_constraints/002_util_type_constraints_export.t rename to t/040_type_constraints/failing/002_util_type_constraints_export.t index a6633a0..5d5612c 100644 --- a/t/040_type_constraints/002_util_type_constraints_export.t +++ b/t/040_type_constraints/failing/002_util_type_constraints_export.t @@ -1,12 +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; +use Test::More tests => 4; use Test::Exception; { @@ -29,5 +26,3 @@ use Test::Exception; ::ok( MyRef( {} ), '... Ref worked correctly' ); ::ok( MyArrayRef( [] ), '... ArrayRef worked correctly' ); } - -done_testing;