Changeset 21210

Show
Ignore:
Timestamp:
07/04/08 08:28:05 (3 months ago)
Author:
bacek
Message:

[spec] Unfudge 2 more tests in S29-num/sqrt.t for rakudo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-num/sqrt.t

    r20952 r21210  
    2626} 
    2727 
    28 #?rakudo 2 skip 'parsefail' 
    2928is_approx(sqrt(1i), (1+1i)/sqrt(2), 'got the square root of 1i'); 
    3029is_approx(sqrt(-1i), (1-1i)/sqrt(2), 'got the square root of -1i');