X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F008_attribute_type_unions.t;h=f2ad61018eee273f9f92972f284e3f205d974617;hb=f785aad8b8e799322985d8acce2bcb88fadc24a0;hp=86dfbcf462a7c22efc3754c8dde0e7bb08781fca;hpb=d03bd989b97597428b460d7f9a021e2931893fa0;p=gitmo%2FMoose.git diff --git a/t/020_attributes/008_attribute_type_unions.t b/t/020_attributes/008_attribute_type_unions.t index 86dfbcf..f2ad610 100644 --- a/t/020_attributes/008_attribute_type_unions.t +++ b/t/020_attributes/008_attribute_type_unions.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 18; +use Test::More; use Test::Exception; - { package Foo; use Moose; @@ -96,4 +95,4 @@ dies_ok { Bar->new(baz => {}) } '... didnt create a new Bar with baz as a HASH ref'; - +done_testing;