X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F600_todo_tests%2F003_immutable_n_around.t;h=c633bf53bce493d742f08d7db983feddfdfae9a9;hb=61697425b329bc667185bb5b2f4be223f2be62c0;hp=a0ae5d5c0b971683914f9582ddecfb7b22a2fe7d;hpb=9f171ae1b45784b3819edd0fe233503a980a9a34;p=gitmo%2FMoose.git diff --git a/t/600_todo_tests/003_immutable_n_around.t b/t/600_todo_tests/003_immutable_n_around.t index a0ae5d5..c633bf5 100644 --- a/t/600_todo_tests/003_immutable_n_around.t +++ b/t/600_todo_tests/003_immutable_n_around.t @@ -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;