Cleanup failing tests
[gitmo/Mouse.git] / Moose-t-failing / 100_bugs / 024_anon_method_metaclass.t
@@ -1,6 +1,10 @@
 use strict;
+# 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 warnings;
-use Test::More tests => 10;
+use Test::More;
+$TODO = q{Mouse is not yet completed};
 
 {
     package Ball;
@@ -46,3 +50,5 @@ for ( 1, 2 ) {
 
     undef $method_meta;
 }
+
+done_testing;