Convert all tests to done_testing.
[gitmo/Moose.git] / t / 070_native_traits / 203_trait_hash.t
index a7d77f4..1b621b5 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 46;
+use Test::More;
 use Test::Exception;
 use Test::Moose 'does_ok';
 
@@ -181,3 +181,5 @@ is_deeply(
     },
     '... got the right hash elements'
 );
+
+done_testing;