Regenerate test files
[gitmo/Mouse.git] / t / 100_bugs / 014_DEMOLISHALL.t
index f3cb306..ff100ff 100644 (file)
@@ -1,7 +1,11 @@
 #!/usr/bin/env 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 tests => 5;
+use Test::More;
+$TODO = q{Mouse is not yet completed};
 
 my @called;
 
@@ -52,3 +56,4 @@ do {
 
 is_deeply([splice @called], ['Child::DEMOLISHALL', 'Class::DEMOLISHALL', 'Child::DEMOLISH', 'Class::DEMOLISH']);
 
+done_testing;