Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove some outdated rakudo.parrot fudges
  • Loading branch information
moritz committed Apr 13, 2014
1 parent 64d2ee6 commit 627aae5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S32-str/uc.t
Expand Up @@ -39,7 +39,6 @@ is(uc(lc('HELL..')), 'HELL..', "uc/lc test");
#?niecza todo 'German language weirdness'
#?pugs todo
#?rakudo.moar todo 'case folding of German sharp S, RT 121377'
#?rakudo.parrot todo 'case folding of German sharp S, RT 121377'
is(uc("ß"), "SS", "uc() of non-ascii chars may result in two chars");

{
Expand Down
1 change: 0 additions & 1 deletion integration/99problems-21-to-30.t
Expand Up @@ -246,7 +246,6 @@ sub combination($n, @xs) {
# same frequency of length the ordering is unspecified, so this should be ok
}

#?rakudo.parrot todo 'autovivification'
#?niecza skip 'Unable to resolve method push in class Any'
#?pugs todo
{
Expand Down

0 comments on commit 627aae5

Please sign in to comment.