Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 304_constant_codeinfo.t
index 2f15af2..b40cc82 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 2;
+use Test::More;
 
 use Class::MOP;
 
@@ -18,3 +18,5 @@ undef $syms;
 
 $syms = $meta->get_all_package_symbols('CODE');
 is(ref $syms->{FOO}, 'CODE', 'constant symbol still there, although we dropped our reference');
+
+done_testing;