Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge passing tests for rakudo
  • Loading branch information
moritz committed Sep 10, 2011
1 parent ff21ee5 commit 106766b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion S32-num/roots.t
Expand Up @@ -102,7 +102,6 @@ sub has_approx($n, @list) {
{
my @l = roots(NaN, 1);
ok(@l.elems == 1, 'roots(NaN, 1) returns 1 element');
#?rakudo todo 'NaN handling'
ok(@l[0] ~~ NaN, 'roots(NaN,1) returns NaN');
}
{
Expand Down
2 changes: 0 additions & 2 deletions integration/advent2010-day04.t
Expand Up @@ -38,11 +38,9 @@ plan 11;

{
my @Fibonacci := 0, 1, * + * ... *;
#?rakudo todo 'nom regression'
is (@Fibonacci ...^ * > 10000).join(" "),
"0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765",
"Fibonacci bounded after the fact is correct";
#?rakudo skip 'nom regression'
is @Fibonacci[30], 832040, 'And @Fibonacci is still unbounded';
}

Expand Down

0 comments on commit 106766b

Please sign in to comment.