X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F21_C3_with_overload.t;h=136eefd8891c8a61a708488059ee63c9df882cc4;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hp=80b45a8f55294f6a37076120c4c29740c81b5b4f;hpb=030b48e2742e3db51f6c2a40edf4077dd2d8285f;p=gitmo%2FClass-C3.git diff --git a/t/21_C3_with_overload.t b/t/21_C3_with_overload.t index 80b45a8..136eefd 100644 --- a/t/21_C3_with_overload.t +++ b/t/21_C3_with_overload.t @@ -3,11 +3,7 @@ use strict; use warnings; -use Test::More tests => 9; - -BEGIN { - use_ok('Class::C3'); -} +use Test::More tests => 8; { package BaseTest;