got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 017_add_method_modifier.t
index e2e4422..079d921 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 20;
+use Test::More tests => 19;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 {
     package BankAccount;