Skip to content

Commit 94ec2d4

Browse files
committed
Unfudge working test.
1 parent c359f30 commit 94ec2d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S32-num/roots.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ sub has_approx($n, @list) {
102102
{
103103
my @l = roots(NaN, 1);
104104
ok(@l.elems == 1, 'roots(NaN, 1) returns 1 element');
105-
#?niecza todo '#97 - NaN ~~ NaN'
106105
ok(@l[0] ~~ NaN, 'roots(NaN,1) returns NaN');
107106
}
108107
{

0 commit comments

Comments
 (0)