* role exclusion and aliasiing now works in composite roles too
[gitmo/Moose.git] / t / 040_type_constraints / 020_class_type_constraint.t
index f565e23..628dd19 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More tests => 7;
 
 BEGIN {
     use_ok('Moose::Util::TypeConstraints');