X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F007_immutable_trigger_from_constructor.t;h=0ddcc5f97a7112e0b3c90d6f362b625f84d94c9e;hb=e128626c409797822ffd8a4079f833eb3dc0fd37;hp=e8382f02cbaf4393dd4e172af61796fbf3b478ae;hpb=b0000b3d2779a5829883471f95f4a8548b486c82;p=gitmo%2FMouse.git diff --git a/t/300_immutable/007_immutable_trigger_from_constructor.t b/t/300_immutable/007_immutable_trigger_from_constructor.t index e8382f0..0ddcc5f 100644 --- a/t/300_immutable/007_immutable_trigger_from_constructor.t +++ b/t/300_immutable/007_immutable_trigger_from_constructor.t @@ -6,7 +6,6 @@ use warnings; use Test::More; use Test::Exception; -plan skip_all => "mouse doesn't support Maybe[] yet"; plan tests => 3; {