Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete todo markers
  • Loading branch information
niner committed Sep 16, 2015
1 parent d72abe5 commit 143a705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S32-list/squish.t
Expand Up @@ -72,12 +72,10 @@ This test tests the C<squish> builtin and .squish method on Any/List.
#?niecza skip 'NYI'
{
my @rt124204 = ('', '', Any, Any);
#?rakudo todo 'RT #124204'
is-deeply @rt124204.squish(:as(-> $x {$x})).list, ('', Any),
"method form of squish with :as does not needlessly stringify";
is-deeply @rt124204.squish.list, ('', Any),
"method form of squish without :as does not needlessly stringify";
#?rakudo todo 'RT #124204'
is-deeply @rt124204.squish(:as(-> $x {$x}), :with({$^b === $^a})).list, ('', Any),
"method form of squish with :as and :with does not needlessly stringify";
is-deeply @rt124204.squish(:with({$^b === $^a})).list, ('', Any),
Expand Down

0 comments on commit 143a705

Please sign in to comment.