Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 020_super_recursion.t
index 9b5f7d3..ff691f9 100644 (file)
@@ -1,10 +1,7 @@
 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;
+use Test::More tests => 3;
 
 {
     package A;
@@ -68,5 +65,3 @@ use Test::More;
 is( C->new->foo, 'c' );
 is( C->new->bar, 'cb' );
 is( C->new->baz, 'cba' );
-
-done_testing;