X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F600_todo_tests%2F001_exception_reflects_failed_constraint.t;h=c768b909111a1dd7229d5df4fdb898a361951b27;hb=203e008eb223539d9149bdd74ac79bbd657e32be;hp=262ff80bd658e3d2b1edcf40c17fd1b65956f1c3;hpb=9978e85e92a466d86162718bd8e618ca91d44149;p=gitmo%2FMoose.git diff --git a/t/600_todo_tests/001_exception_reflects_failed_constraint.t b/t/600_todo_tests/001_exception_reflects_failed_constraint.t index 262ff80..c768b90 100644 --- a/t/600_todo_tests/001_exception_reflects_failed_constraint.t +++ b/t/600_todo_tests/001_exception_reflects_failed_constraint.t @@ -7,7 +7,7 @@ use strict; use warnings; -use Test::More tests => 4; +use Test::More; use Test::Exception; BEGIN { @@ -31,3 +31,5 @@ lives_ok { ok($errmsg !~ /Validation failed for 'ChildConstraint'/, 'exception references failing parent constraint'); }; } + +done_testing;