Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / failing / 040_role_for_combination.t
@@ -1,11 +1,7 @@
 #!/usr/bin/env 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;
-$TODO = q{Mouse is not yet completed};
+use Test::More tests => 3;
 
 my $OPTS;
 do {
@@ -47,4 +43,3 @@ is(My::Class->foo, 'My::Singleton::Role', 'role_for_combination applied');
 is(My::Class->bar, 'My::Usual::Role', 'collateral role');
 is_deeply($OPTS, { number => 1 });
 
-done_testing;