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