got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 013_add_attribute_alternate.t
index 03d6d16..23ea0fe 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');        
-}
+use Class::MOP;
 
 {
     package Point;