X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F061_instance_inline.t;h=9689bba734c7463cacb4cacd6b876e6d3a0c18f8;hb=52e5f955631bd1734feae3659100757b7925cbb7;hp=1679245aa6d6fd2923d8aaad9d4457411d7c6859;hpb=a007159dcf8bc57e8ca504cd49e0b6034962b6b8;p=gitmo%2FClass-MOP.git diff --git a/t/061_instance_inline.t b/t/061_instance_inline.t index 1679245..9689bba 100644 --- a/t/061_instance_inline.t +++ b/t/061_instance_inline.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More tests => 15; use Test::Exception; -BEGIN { - use_ok('Class::MOP::Instance'); -} +use Class::MOP::Instance; my $C = 'Class::MOP::Instance';