Add test count
Dave Rolsky [Mon, 6 Jul 2009 14:23:45 +0000 (09:23 -0500)]
t/074_immutable_custom_trait.t

index f6c8d2d..804c8a5 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More tests => 4;
 use Test::Exception;
 
 use Class::MOP;