Regenerate test files
[gitmo/Mouse.git] / t / 030_roles / 031_roles_applied_in_create.t
index defad7d..42b3d1b 100644 (file)
@@ -1,9 +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 => 1;
+use Test::More;
 use Test::Exception;
 use Mouse::Meta::Class;
 use Mouse::Util;
@@ -25,3 +28,4 @@ lives_ok(
     'Create a new class with several roles'
 );
 
+done_testing;