Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 100_BinaryTree_test.t
index 16c1ca6..285994f 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use FindBin;
 use File::Spec::Functions;
 
-use Test::More tests => 69;
+use Test::More;
 use Test::Exception;
 
 use Class::MOP;
@@ -329,3 +329,4 @@ sub inOrderTraverse {
         '... this should be the reverse of the original');
 }
 
+done_testing;