From: Florian Ragwitz Date: Thu, 13 Aug 2009 23:53:01 +0000 (+0200) Subject: UnTODO a passing test. X-Git-Tag: 0.005011~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=358aacb228a1788a407b975347048679af338e20;p=p5sagit%2FDevel-Declare.git UnTODO a passing test. --- diff --git a/t/no-bareword.t b/t/no-bareword.t index 7dd627f..e54325b 100644 --- a/t/no-bareword.t +++ b/t/no-bareword.t @@ -27,13 +27,7 @@ my @foo = ( => 123 ); - -TODO: { - BEGIN { - local $TODO = 'fat commas not quoting barewords'; - is($i, 0); - } -} +BEGIN { is($i, 0) } is_deeply(\@foo, ['method', '123']);