Skip to content

Commit b10025a

Browse files
committed
Refudge for current Niecza.
1 parent c5b6cfa commit b10025a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S32-num/rat.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,11 @@ is NaN.Rat, NaN, "NaN.Rat == NaN";
164164
{
165165
#?rakudo todo "Inf.Rat"
166166
#?pugs todo 'Inf.Rat'
167+
#?niecza todo
167168
is Inf.Rat, Inf, "Inf.Rat == Inf";
168169
#?rakudo todo "Inf.Rat"
169170
#?pugs todo 'Inf.Rat'
171+
#?niecza todo
170172
is (-Inf).Rat, -Inf, "(-Inf).Rat == -Inf";
171173

172174
# RT #74648
@@ -307,7 +309,6 @@ is 241025348275725.3352.Rat.norm.nude, (301281685344656669, 1250), "Rat.Rat yiel
307309

308310
#RT #112822
309311
#?pugs skip 'No such method in class Rat: "&norm"'
310-
#?niecza todo 'got 241025348275725.31'
311312
is 241025348275725.3352.Str, "241025348275725.3352", 'stringification of bigish Rats';
312313

313314
done;

0 commit comments

Comments
 (0)