Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / 042_compose_overloading.t
index 2a685a0..b79fbde 100644 (file)
@@ -1,9 +1,6 @@
 use strict;
-# 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 warnings;
-use Test::More;
+use Test::More tests => 1;
 
 {
     package Foo;
@@ -29,5 +26,3 @@ TODO: {
     local $TODO = "the special () method isn't properly composed into the class";
     is("$bar", 42, 'overloading can be composed');
 }
-
-done_testing;