merge trunk to pluggable errors
[gitmo/Moose.git] / t / 300_immutable / 002_apply_roles_to_immutable.t
index c1ba765..e373311 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 4;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {
     package My::Role;