Convert all tests to done_testing.
[gitmo/Moose.git] / t / 070_native_traits / 010_array_from_role.t
index 80aac85..7f76c1a 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More;
 use Test::Exception;
 
 {
@@ -42,3 +42,5 @@ use Test::Exception;
     ::lives_ok{ with 'Bulkie::Role';
         } '... this should work correctly';
 }
+
+done_testing;