X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=blobdiff_plain;f=t%2F22_uninitialize.t;h=ccf6c971bac6be16aae74866949ce71937244c6c;hp=4ffaf505a1f1e478ff7a9daff4d0fd6bb2404a30;hb=ef29cd706106f8ab6e7b0c25e8dc832bb337c5ed;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2 diff --git a/t/22_uninitialize.t b/t/22_uninitialize.t index 4ffaf50..ccf6c97 100644 --- a/t/22_uninitialize.t +++ b/t/22_uninitialize.t @@ -3,14 +3,7 @@ use strict; use warnings; -use Test::More tests => 12; - -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 => 11; =pod