* role exclusion and aliasiing now works in composite roles too
[gitmo/Moose.git] / t / 030_roles / 026_role_composition_method_modifiers.t
index ab5b240..365da92 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More tests => 9;
 use Test::Exception;
 
 BEGIN {