X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03_MRO.t;h=182926c5390ec99f611caa095c78c18a41c68499;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hp=a13294fa9289ef6dbd6c98bd0ea614621b462ca1;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2;p=gitmo%2FClass-C3.git diff --git a/t/03_MRO.t b/t/03_MRO.t index a13294f..182926c 100644 --- a/t/03_MRO.t +++ b/t/03_MRO.t @@ -3,14 +3,7 @@ use strict; use warnings; -use Test::More tests => 8; - -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 => 7; =pod