Convert all tests to done_testing.
[gitmo/Moose.git] / t / 600_todo_tests / 001_exception_reflects_failed_constraint.t
index 262ff80..c768b90 100644 (file)
@@ -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;