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