Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32-list/pick.t] removed TODO fudging
  • Loading branch information
Carl Masak committed Oct 24, 2010
1 parent 4f15296 commit 794519e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-list/pick.t
Expand Up @@ -78,7 +78,6 @@ is (<a b c d>.pick(*).sort).Str, 'a b c d', 'pick(*) returns all the items in th
is pick("25", @a).elems, 25, "pick works Str arguments";
}

#?rakudo todo 'error message for deprecated :replace parameter'
{
dies_ok({ [1,2,3].pick(4, :replace) }, 'error on deprecated :replace');
}
Expand Down

0 comments on commit 794519e

Please sign in to comment.