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