Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge, works now in rakudo
  • Loading branch information
TimToady committed Sep 2, 2014
1 parent 7a6c919 commit 2befb5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-array/splice.t
Expand Up @@ -129,8 +129,7 @@ dies_ok({use fatal; splice(@a,2,-20)}, "negative size dies");

{
my @empty;
#?rakudo todo 'slice bug'
nok @empty.splice(0, 3), 'splicing an empty array should return the empty ilst';
nok @empty.splice(0, 3), 'splicing an empty array should return the empty list';
}

# vim: ft=perl6

0 comments on commit 2befb5e

Please sign in to comment.