Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 003_immutable_meta_class.t
index c53aae3..1a1b662 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package My::Meta;
 
@@ -25,3 +24,4 @@ lives_ok {
     My::Meta->meta()->make_immutable(debug => 0)
 } '... can make a meta class immutable';
 
+done_testing;