Skip to content

Commit

Permalink
refudge rat.t for bigint usage
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 15, 2011
1 parent fbeaaf0 commit df923e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S32-num/rat.t
Expand Up @@ -142,7 +142,7 @@ is_approx sin(5.0e0), sin(10/2), 'sin(Rat) works';
# wisdom of allowing math with zero denominator Rats,
# so I'm holding off on writing tests for it.

#?rakudo todo "NaN.Rat == NaN"
#?rakudo skip "NaN.Rat == NaN"
#?niecza todo
is NaN.Rat, NaN, "NaN.Rat == NaN";

Expand All @@ -153,6 +153,7 @@ is Inf.Rat, Inf, "Inf.Rat == Inf";
is (-Inf).Rat, -Inf, "(-Inf).Rat == -Inf";

# RT #74648
#?rakudo skip 'RT 74648'
isa_ok Inf.Int / 1, Rat, "Inf.Int / 1 is a Rat";
}

Expand Down

0 comments on commit df923e9

Please sign in to comment.