got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 071_immutable_w_custom_metaclass.t
index b93df90..961d71b 100644 (file)
@@ -6,13 +6,11 @@ use warnings;
 use FindBin;
 use File::Spec::Functions;
 
-use Test::More tests => 15;
+use Test::More tests => 14;
 use Test::Exception;
 use Scalar::Util;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 use lib catdir($FindBin::Bin, 'lib');