X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20_reinitialize.t;h=e4dd879138f9d024d41783ab898a9fd9c9408d86;hb=4ae4bd680ce54f13382324bc268361d17c3503f1;hp=0912cb4db9833e1e428d79f1a3f7db38935fbd9f;hpb=7f657ca33322c3bfcccf53d8061e69d3a2f84140;p=gitmo%2FClass-C3.git diff --git a/t/20_reinitialize.t b/t/20_reinitialize.t index 0912cb4..e4dd879 100644 --- a/t/20_reinitialize.t +++ b/t/20_reinitialize.t @@ -3,14 +3,7 @@ use strict; use warnings; -use Test::More tests => 5; - -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 => 4; =pod