remove extraneous garbage from tests
[gitmo/Class-C3.git] / t / 02_MRO.t
index d4bf02c..eb989d4 100644 (file)
@@ -3,14 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
-
-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 => 14;
 
 =pod
 
@@ -133,4 +126,4 @@ is(Test::A->can('C_or_D')->(), 'Test::D', '...  old can(method) resolution has b
 is(Test::A->C_or_E, 'Test::E', '...  old method resolution has been restored');
 is(Test::A->can('C_or_E')->(), 'Test::E', '...  old can(method) resolution has been restored');
 
-    
\ No newline at end of file
+