X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F002_subtype_conflict_bug.t;h=1108723c832f800c9fd43678ba333d2279d7929d;hb=34d6d196372ac514abfe975cef15e8afd0af04c4;hp=1dabe6ca5cdb9cf32bc36efc4a2c453f528a1a32;hpb=7ff5653479c2bfc0794635f7fbade9bfe7bb2381;p=gitmo%2FMoose.git diff --git a/t/100_bugs/002_subtype_conflict_bug.t b/t/100_bugs/002_subtype_conflict_bug.t index 1dabe6c..1108723 100644 --- a/t/100_bugs/002_subtype_conflict_bug.t +++ b/t/100_bugs/002_subtype_conflict_bug.t @@ -5,9 +5,9 @@ use warnings; use lib 't/lib', 'lib'; -use Test::More tests => 2; - - +use Test::More; use_ok('MyMooseA'); -use_ok('MyMooseB'); \ No newline at end of file +use_ok('MyMooseB'); + +done_testing;