Make sure that applied_attribute roles don't spill over to other roles to during...
[gitmo/Moose.git] / t / 100_bugs / 002_subtype_conflict_bug.t
index 1dabe6c..1108723 100644 (file)
@@ -5,9 +5,9 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 2;
-
-
+use Test::More;
 
 use_ok('MyMooseA');
-use_ok('MyMooseB');
\ No newline at end of file
+use_ok('MyMooseB');
+
+done_testing;