X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F060_compat%2F003_foreign_inheritence.t;h=0fdcb9b4563246cc8d8d7c4ed171116ceef801a5;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=f99cac9ba8cd7e8fbc85a910f47b469490fec6e0;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/060_compat/003_foreign_inheritence.t b/t/060_compat/003_foreign_inheritence.t index f99cac9..0fdcb9b 100644 --- a/t/060_compat/003_foreign_inheritence.t +++ b/t/060_compat/003_foreign_inheritence.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More; use Test::Exception; - { package Elk; @@ -90,3 +89,4 @@ lives_ok { } 'Can subclass the same non-Moose class twice with different metaclasses'; +done_testing;