This is an automatically generated mail to inform you that tests are now available in t/spec/S04-statements/for.t
commit 51b09b45c0597613232fd53586817afd83626cfc Author: bbkr <b...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Fri Jul 30 17:15:14 2010 +0000 [t/spec] tests for RT #64886 For (1..10000000000) bug git-svn-id: http://svn.pugscode.org/p...@31872 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S04-statements/for.t b/t/spec/S04-statements/for.t index d9858f4..55d6c6e 100644 --- a/t/spec/S04-statements/for.t +++ b/t/spec/S04-statements/for.t @@ -242,7 +242,6 @@ my @elems = <a b c d e>; # .key //= ++$i for @array1; class TestClass{ has $.key is rw }; -#?rakudo skip '[+] NYI' { my @array1 = (TestClass.new(:key<1>),TestClass.new());