X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F107_union_bug.t;h=270e3bf650399a6e08e13930362a3c7d301d33c0;hb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;hp=5d03c68ecc032a9d0ad9a74475c4bb0d79255309;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 5d03c68..270e3bf 100644 --- a/t/107_union_bug.t +++ b/t/107_union_bug.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More; +use Test::More tests => 5; { package example; @@ -60,5 +60,3 @@ use Test::More; is_deeply($example->results, [qw(1234 5678 9012)], 'result as expected'); } -done_testing; -