rename test to avoid dupe number
[gitmo/Moose.git] / t / 600_todo_tests / 003_immutable_n_around.t
index 2364a5e..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
 
@@ -52,3 +52,5 @@ tests: {
         redo tests;
     }
 }
+
+done_testing;