X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=tool%2Fcreate-moose-compatibility-tests.pl;fp=tool%2Fcreate-moose-compatibility-tests.pl;h=05f33ce1c349e239ccb96a53bfddbd15fc6789ef;hp=6289344394114eee18fec8542d8b9b4955440748;hb=25431bc447d70124c2734d9a69ebe70f23f5b624;hpb=2a3edbebccad24b97c6d6c8f10a0626e0373dac1 diff --git a/tool/create-moose-compatibility-tests.pl b/tool/create-moose-compatibility-tests.pl index 6289344..05f33ce 100644 --- a/tool/create-moose-compatibility-tests.pl +++ b/tool/create-moose-compatibility-tests.pl @@ -12,7 +12,6 @@ File::Path::rmtree(File::Spec->catfile('xt', 'compatibility')); # some test does not pass... currently skip it. my %SKIP_TEST = ( - '016-trigger.t' => "trigger's argument is incompatble :(", '810-isa-or.t' => "Mouse has a bug", '052-undefined-type-in-union.t' => "Mouse accepts undefined type as a member of union types",