got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 200_Class_C3_compatibility.t
index 481b56e..de38c8c 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More tests => 7;
 
 =pod
 
@@ -13,8 +13,7 @@ approach to method resolution.
 
 =cut
 
-BEGIN {
-    use_ok('Class::MOP');  
+BEGIN {use Class::MOP;  
 }
 
 {