Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix some test descriptions
  • Loading branch information
moritz committed Aug 22, 2011
1 parent 398993f commit f4ad278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-num/cool-num.t
Expand Up @@ -72,8 +72,8 @@ is_approx "17".from-radians(Degrees), 17.from-radians(Degrees),
is_approx NotComplex.new.from-radians(Gradians), $magic.from-radians(Gradians),
'NotComplex.new.from-radians(Gradians) == $magic.from-radians(Gradians)';

is_approx "17.25".floor, 17.25.floor, '"17.25".floar == 17.25.floor';
is_approx "17.25".ceiling, 17.25.ceiling, '"17.25".floar == 17.25.ceiling';
is_approx "17.25".floor, 17.25.floor, '"17.25".floor == 17.25.floor';
is_approx "17.25".ceiling, 17.25.ceiling, '"17.25".ceiling == 17.25.ceiling';
#?rakudo 2 skip 'round'
is_approx "17.25".round, 17.25.round, '"17.25".floar == 17.25.round';
is_approx "17.25".round("0.1"), 17.25.round(0.1), '"17.25".floar("0.1") == 17.25.round(0.1)';
Expand Down

0 comments on commit f4ad278

Please sign in to comment.