Changeset 21170

Show
Ignore:
Timestamp:
07/02/08 21:02:25 (3 months ago)
Author:
Auzon
Message:

[gsoc_spectest] fixed syntax error in pi.t and added more general TASKS

Location:
t
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • t/TASKS

    r21163 r21170  
    1515* Add smartlinks to tests without them 
    1616* Continue moving tests from t/ to t/spec/ 
     17* Clean up old POD 
     18* Fudge tests for Rakudo where helpful 
    1719* Improve the Vim syntax highlighting to recognize test keywords 
    1820* Review XXX entries for test corrections 
     
    4143* tests to ensure that rand has a bit of entropy 
    4244* test for $number.rand (method form) 
    43 * t/spec/S29-num/pi.t:20 has a syntax error 
    4445 
    4546IO 
  • t/spec/S29-num/pi.t

    r20678 r21170  
    1818 
    1919#?rakudo 6 skip 'module Num not implemented' 
    20 is_approx(Num::pi, $PI), "Num::pi"); 
     20is_approx(Num::pi, $PI, "Num::pi"); 
    2121 
    2222is_approx(eval("use Num :constants; pi"), $PI,