Skip to content

Commit

Permalink
Unfudge working test.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jan 1, 2012
1 parent c359f30 commit 94ec2d4
Showing 1 changed file with 0 additions and 1 deletion.
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');
#?niecza todo '#97 - NaN ~~ NaN'
ok(@l[0] ~~ NaN, 'roots(NaN,1) returns NaN');
}
{
Expand Down

0 comments on commit 94ec2d4

Please sign in to comment.