Skip to content

Commit

Permalink
Untodo inline/return test.
Browse files Browse the repository at this point in the history
MoarVM has a workaround for it, and untodoing this will keep us honest
in doing a real fix before removing the workaround there. :-)
  • Loading branch information
jnthn committed Jun 17, 2016
1 parent 81819ae commit a9597e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/weird-errors.t
Expand Up @@ -207,5 +207,5 @@ sub bar() { foo; return 6 }
sub foo() { return 42 }
my $a = 0;
$a += bar for ^158; # 157 iterations works fine
#?rakudo.moar todo "SPESH inline problem RT #128368"

is $a, 158 * 6, 'SPESH inline works correctly after 158 iterations';

0 comments on commit a9597e6

Please sign in to comment.