X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ffail.t;h=bb519789f94bf2fbadf400f0610ec7a7a7059b1a;hb=refs%2Ftags%2Fv0.006017;hp=da59924236c162f53ea6640d8a2c5462e3ad43f1;hpb=78ac150eed7a9e490339fe8cd31e270d55160646;p=p5sagit%2FDevel-Declare.git diff --git a/t/fail.t b/t/fail.t index da59924..bb51978 100644 --- a/t/fail.t +++ b/t/fail.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; use Devel::Declare::MethodInstaller::Simple; BEGIN { @@ -29,3 +29,5 @@ TODO: { eval 'method møø() { return "foo" }'; like($@, qr/Illegal\sdeclaration\sof\ssubroutine\smain\:\:m/, 'with unicode'); }; + +done_testing;