X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F025_universal_methods_wrappable.t;h=8eea71a8e7355dedea5a47111e9265c43823b862;hb=53a4d826caec4b82f5b23e0bc0a4e8e2f44243b9;hp=4b5a1345c74d334d12a67c64eaab5a793449c79c;hpb=a28643a3d80d6d9d12ad5e5a51b303b8d037e6c5;p=gitmo%2FMoose.git diff --git a/t/100_bugs/025_universal_methods_wrappable.t b/t/100_bugs/025_universal_methods_wrappable.t index 4b5a134..8eea71a 100644 --- a/t/100_bugs/025_universal_methods_wrappable.t +++ b/t/100_bugs/025_universal_methods_wrappable.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::Exception; -use Test::More tests => 2; +use Test::More; { @@ -27,3 +27,5 @@ use Test::More tests => 2; my $foo = Foo->new; ::isa_ok $foo, 'Bar'; } + +done_testing;