Cleanup failing tests
[gitmo/Mouse.git] / t / 100_bugs / 009_augment_recursion_bug.t
index 0633b8e..cd401d9 100644 (file)
@@ -1,12 +1,10 @@
 #!/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 => 3;
+
 
 
 {
@@ -49,4 +47,3 @@ is($baz->foo,
   'Foo::foo(Baz::foo and Foo::foo())',
   '... got the right value for 1 augmented subclass calling non-augmented subclass');
 
-done_testing;