Skip to content

Commit

Permalink
unfudge Rat.norm tests for rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 11, 2012
1 parent 011c563 commit 7372a63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S32-num/rat.t
Expand Up @@ -295,11 +295,9 @@ is (2/3) ** 3, 8/27, "Rat raised to a positive Int power gets correct answer";

}

#?rakudo skip 'no norm on rakudo, I guess'
is Rat.new(9,33).norm.nude, (3, 11), ".norm exists and doesn't hurt matters";

isa_ok 241025348275725.3352, Rat, "241025348275725.3352 is a Rat";
#?rakudo skip 'no norm on rakudo, I guess'
is 241025348275725.3352.Rat.norm.nude, (301281685344656669, 1250), "Rat.Rat yields correct Rat";

#RT #112822
Expand Down

0 comments on commit 7372a63

Please sign in to comment.