Skip to content

Commit

Permalink
Revert "Temp-fudge Num roundtrip test for Moar"
Browse files Browse the repository at this point in the history
This reverts commit dba0ce1.

The bug requiring this fudge has been fixed[^2];

[1] rakudo/rakudo#1651
[2] MoarVM/MoarVM@b735866
  • Loading branch information
zoffixznet committed Apr 4, 2018
1 parent a03e959 commit cd57ba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-names-vars/perl.t
Expand Up @@ -159,7 +159,6 @@ my @tests = (
# RT #123048
{
my $a = 0.219947518065601987e0;
#?rakudo.moar todo 'temp fudge for Grisu3 work merge'
is $a.perl, EVAL($a.perl).perl,
'.perl on float with many digits roundtrips okay';
}
Expand Down

0 comments on commit cd57ba0

Please sign in to comment.