X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F01_MRO.t;h=61bc5fc4c3a56fc62e7d4e624446dbe1e92efa9a;hp=5865612808ccb608f68a8319a92a7dcd30be20cf;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/01_MRO.t b/t/01_MRO.t index 5865612..61bc5fc 100644 --- a/t/01_MRO.t +++ b/t/01_MRO.t @@ -3,14 +3,7 @@ use strict; use warnings; -use Test::More tests => 11; - -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 => 10; =pod