Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 011_DEMOLISH_eats_exceptions.t
index 3c6aefe..c83a2ce 100644 (file)
@@ -1,13 +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 FindBin;
 
-use Test::More;
+use Test::More tests => 144;
 use Test::Exception;
 
 use Mouse::Util::TypeConstraints;
@@ -152,4 +149,5 @@ sub check_em {
      }
 }
 
-done_testing;
+1;
+