fix moose-nonmoose-moose metaclass compat stuff
[gitmo/Moose.git] / t / 600_todo_tests / 003_immutable_n_around.t
index 3f09630..2364a5e 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More tests => 20;
 
 # if make_immutable is removed from the following code the tests pass
 
@@ -31,7 +31,7 @@ use Test::More 'no_plan';
 
     package Zoink;
     use Moose;
-    
+
     extends qw(Gorch);
 
 }