X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F200_examples%2F003_example.t;h=a61ba351624ef900449f15e1796c233e388dc8ea;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=2e081bb4b4432e6acbf89da90bac02cb1cfdad69;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/200_examples/003_example.t b/t/200_examples/003_example.t index 2e081bb..a61ba35 100644 --- a/t/200_examples/003_example.t +++ b/t/200_examples/003_example.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 30; +use Test::More; use Test::Exception; sub U { @@ -154,10 +154,4 @@ sub Y { is($coll2->print, '1, 4, 9, 16, 25, 36, 49, 64, 81, 100', '... new collection is changed'); } - - - - - - - +done_testing;