X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F025_universal_methods_wrappable.t;h=c995172f31bef7d4ff6d70e89918c306b21297e1;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=a7507db6289e56024ca4feb74a398d77db1ea75a;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/100_bugs/025_universal_methods_wrappable.t b/t/100_bugs/025_universal_methods_wrappable.t index a7507db..c995172 100644 --- a/t/100_bugs/025_universal_methods_wrappable.t +++ b/t/100_bugs/025_universal_methods_wrappable.t @@ -1,11 +1,8 @@ use strict; -# 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 warnings; use Test::Exception; -use Test::More; +use Test::More tests => 2; { @@ -30,5 +27,3 @@ use Test::More; my $foo = Foo->new; ::isa_ok $foo, 'Bar'; } - -done_testing;