Convert all tests to done_testing.
[gitmo/Moose.git] / t / 020_attributes / 004_attribute_triggers.t
index 974879d..b8ec580 100644 (file)
@@ -5,11 +5,10 @@ use warnings;
 
 use Scalar::Util 'isweak';
 
-use Test::More tests => 43;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Foo;
     use Moose;
@@ -219,4 +218,4 @@ use Test::Exception;
     Foo->meta->make_immutable, redo if Foo->meta->is_mutable;
 }
 
-
+done_testing;