todo test for replacing superclass versions of override methods (ether)
[gitmo/Moose.git] / t / 600_todo_tests / 003_immutable_n_around.t
index a0ae5d5..c633bf5 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 20;
+use Test::More;
 
 # if make_immutable is removed from the following code the tests pass
 
@@ -31,7 +31,7 @@ use Test::More tests => 20;
 
     package Zoink;
     use Moose;
-    
+
     extends qw(Gorch);
 
 }
@@ -52,3 +52,5 @@ tests: {
         redo tests;
     }
 }
+
+done_testing;