Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 085_load_class_gvstash_detect_bug.t
index a3461bf..91e6171 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 3;
+use Test::More;
 use Test::Exception;
 
 use Class::MOP;
@@ -18,4 +18,6 @@ lives_ok {
 
 lives_ok {
     TestClassLoaded->a_method;
-}
+};
+
+done_testing;