Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 035_duck_type_handles.t
index 8ac0cc1..366ce2d 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More;
 use Test::Exception;
 
 my @phonograph;
@@ -44,3 +44,4 @@ is_deeply([splice @phonograph], ['quack']);
 $t->walk;
 is_deeply([splice @phonograph], ['footsteps']);
 
+done_testing;