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