merge trunk to pluggable errors
[gitmo/Moose.git] / t / 010_basics / 011_moose_respects_type_constraints.t
index ead0d1a..a62f147 100644 (file)
@@ -3,13 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 9;
+use Test::More tests => 7;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-    use_ok('Moose::Util::TypeConstraints');               
-}
+use Moose::Util::TypeConstraints;
 
 =pod