Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 019_moose_octal_defaults.t
index 01293fb..1766946 100644 (file)
@@ -1,8 +1,5 @@
 #!/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 Test::More;
+use Test::More tests => 10;
 
 {
     my $package = qq{
@@ -118,5 +115,3 @@ __PACKAGE__->meta->make_immutable;
     my $obj = Test::Mouse::Go::Boom5->new;
     ::is( $obj->id, '0 but true', 'value is still the same' );
 }
-
-done_testing;