merge trunk to pluggable errors
[gitmo/Moose.git] / t / 100_bugs / 004_subclass_use_base_bug.t
index 6052f83..689cc21 100644 (file)
@@ -3,11 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 3;
+use Test::More tests => 2;
+
 
-BEGIN {
-    use_ok('Moose');
-}
 
 =pod