Skip to content

Commit

Permalink
unfudge a splice test for rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 27, 2012
1 parent fddfe1c commit 3c3f25b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-array/splice.t
Expand Up @@ -130,7 +130,6 @@ is +@a, 0, '... empty arrays are not fatal anymore';
dies_ok({ 42.splice }, '.splice should not work on scalars');

@a = (1..10);
#?rakudo todo "negative args don't die"
dies_ok({use fatal; splice(@a,-2)}, "negative offset dies");
#?rakudo todo "negative args don't die"
dies_ok({use fatal; splice(@a,2,-20)}, "negative size dies");
Expand Down

0 comments on commit 3c3f25b

Please sign in to comment.