X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F209_trait_code.t;h=842b323ad7b925ee8a37044917fb71e85de98dcb;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=09159ae870c3e10ad14225661b53adb11da228c0;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/209_trait_code.t b/t/070_native_traits/209_trait_code.t index 09159ae..842b323 100644 --- a/t/070_native_traits/209_trait_code.t +++ b/t/070_native_traits/209_trait_code.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 3; +use Test::More; { package Thingy; @@ -34,3 +34,5 @@ is($i, 0); $thingy->invoke_callback; is($i, 1); is($thingy->multiply(3), 6); + +done_testing;