Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 027_constructor_object_overload.t
index 7a9a6e7..0dfba1c 100644 (file)
@@ -1,10 +1,7 @@
 #!/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 => 1;
 
 {
     package Foo;
@@ -20,4 +17,3 @@ use Test::More;
 
 ok(Foo->new()->bug(), 'call constructor on object reference with overloading');
 
-done_testing;