X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F36_next_goto.t;h=b8658f90ab25534fc891f02656ecf0be40927a07;hp=e4ea21b220af3bebf19dd49de73e72ab2264ad0b;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/36_next_goto.t b/t/36_next_goto.t index e4ea21b..b8658f9 100644 --- a/t/36_next_goto.t +++ b/t/36_next_goto.t @@ -3,9 +3,9 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 4; -BEGIN { use_ok('Class::C3') } +use Class::C3; { package Proxy;