Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change tests to match current spec, unfudge Rakudo tests that now wor…
…k (I think).
  • Loading branch information
colomon committed Mar 7, 2013
1 parent 3f50980 commit 64b9d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/advent2009-day14.t
Expand Up @@ -33,6 +33,7 @@ $a = cos(1/60000);
ok $a ~~Num, 'cos() returned a Num';
is_approx $a, 0.99999999;

# I'm not at all convinced the next three are sensible tests -- colomon
#?pugs todo "<>"
is 3.14.Rat.perl, "3.14";
#?pugs todo "<>"
Expand All @@ -41,10 +42,9 @@ is pi.Rat.perl, "<355/113>";
is pi.Rat(1e-10).perl, "<312689/99532>";

is 1.75.WHAT, Rat;
#?rakudo 2 todo "New Rat.perl"
#?pugs todo "<>"
is 1.75.perl, "<7/4>";
is 1.75.perl, "1.75";
#?pugs todo "<>"
is 1.752.perl, "<219/125>";
is 1.752.perl, "1.752";

done;

0 comments on commit 64b9d5f

Please sign in to comment.