Regenerate test files
[gitmo/Mouse.git] / t / 030_roles / 033_role_exclusion_and_alias_bug.t
index c47b65c..38a2016 100644 (file)
@@ -1,10 +1,12 @@
 #!/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 tests => 17;
-use lib 't/lib';
+use Test::More;
 use Test::Mouse;
 
 {
@@ -67,4 +69,4 @@ use Test::Mouse;
     is($x->gorch, 'BAR', '... got the right value');
 }
 
-
+done_testing;