X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F205_trait_list.t;h=0501ee71f32aac8a7a7eeeecd9906b586eededcb;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=8e6a37a632d2824f59788bd00d9b2c5b0b868248;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/205_trait_list.t b/t/070_native_traits/205_trait_list.t index 8e6a37a..0501ee7 100644 --- a/t/070_native_traits/205_trait_list.t +++ b/t/070_native_traits/205_trait_list.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 43; +use Test::More; use Test::Exception; use Test::Moose 'does_ok'; @@ -165,3 +165,4 @@ dies_ok { } '... sort rejects arg of invalid type'; +done_testing;