got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 024_attribute_initializer.t
index c3cfc89..b982bf1 100644 (file)
@@ -5,11 +5,9 @@ use warnings;
 
 use Scalar::Util 'blessed', 'reftype';
 
-use Test::More tests => 10;
+use Test::More tests => 9;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 =pod