Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge test in S02-literals/numeric.t for Rakudo (until we have a chan…
…ce to fix numeric literals).
  • Loading branch information
pmichaud committed Jul 5, 2011
1 parent a94b224 commit 7a1f6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-literals/numeric.t
Expand Up @@ -28,6 +28,7 @@ ok 1+1i ~~ Numeric, '1+1i is Numeric';
nok 1+1i ~~ Real, '1+1i is not Real';

# RT #74640
#?rakudo skip 'long digit strings in nom'
is_approx 3.14159265358979323846264338327950288419716939937510e0,
3.141592, 'very long Num literals';

Expand Down

0 comments on commit 7a1f6e3

Please sign in to comment.