X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F201_trait_counter.t;h=adb745f51cf809ada1f8706d826d353690569937;hb=06d16be025b59d5bb71c237c6ab27c6053c2b615;hp=432ab2967993628a59d33068fee6693691768aaa;hpb=c466e58f62cf93887b29809993bd7830c8350079;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/201_trait_counter.t b/t/070_native_traits/201_trait_counter.t index 432ab29..adb745f 100644 --- a/t/070_native_traits/201_trait_counter.t +++ b/t/070_native_traits/201_trait_counter.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More; use Test::Moose 'does_ok'; { @@ -76,3 +76,4 @@ is_deeply( '... got the right handles methods' ); +done_testing;