got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 072_immutable_w_constructors.t
index cc9c929..5e9c0a1 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 93;
+use Test::More tests => 91;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');
-    use_ok('Class::MOP::Immutable');
+BEGIN {use Class::MOP;use Class::MOP::Immutable;
 }
 
 {