Skip to content

Commit

Permalink
unfudge an item() test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 5, 2011
1 parent 7127a14 commit 8d0856d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-array/splice.t
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ my @tmp = (1..10);
is( @b, [6,7,8], "Implicit context gives the expected results"); # this is due to the method-fallback bug
}

#?rakudo skip "item() NYI"
{
@tmp = (1..10);
@a = item splice @tmp, 5, 3;
Expand Down

0 comments on commit 8d0856d

Please sign in to comment.