X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F06_MRO.t;h=f1dfc6d38e68b5866d470e4491105b20219894a5;hp=de8db0f96fdc9da96fc36215daedac2189b08624;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/06_MRO.t b/t/06_MRO.t index de8db0f..f1dfc6d 100644 --- a/t/06_MRO.t +++ b/t/06_MRO.t @@ -3,14 +3,7 @@ use strict; use warnings; -use Test::More tests => 3; - -BEGIN { - use_ok('Class::C3'); - # uncomment this line, and re-run the - # test to see the normal p5 dispatch order - #$Class::C3::TURN_OFF_C3 = 1; -} +use Test::More tests => 2; =pod