X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F305_RT_41255.t;h=15e5c43fb63837948d54538b587636eb1a839f9d;hb=86a4d8730cfe673db674c692f7703632b700c7c9;hp=8ecbbce13dc1913d3e58220a9978d846e9d4aa65;hpb=6bb3669a84ccc4e5e984238258c4bcd0868fe137;p=gitmo%2FClass-MOP.git diff --git a/t/305_RT_41255.t b/t/305_RT_41255.t index 8ecbbce..15e5c43 100644 --- a/t/305_RT_41255.t +++ b/t/305_RT_41255.t @@ -1,5 +1,5 @@ use strict; -use Test::More tests => 20; +use Test::More; use Test::Exception; use Class::MOP; @@ -47,3 +47,5 @@ while (my ($name, $meta_method) = each %methods) { is $meta_method->fully_qualified_name, "Derived::${name}"; lives_ok { $meta_method->execute }; } + +done_testing;