Skip to content

Commit

Permalink
use new ticket ID (RT #126517), fudge more
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 31, 2015
1 parent 355384b commit e80cb40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S02-magicals/sub.t
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ is($result3, 6, 'the &?ROUTINE magical works correctly in overloaded operators'
is $variable, &baz, '&?ROUTINE is correct inside a rule';
}

#?rakudo.jvm skip 'java.lang.NullPointerException (openjdk)'
#?rakudo.jvm skip 'RT #126517'
{
my @collected;
sub foo($a) {
Expand All @@ -53,6 +53,7 @@ is($result3, 6, 'the &?ROUTINE magical works correctly in overloaded operators'
is @collected.join(''), 'aaaa', 'Correct closure semantics with &?ROUTINE';
}

#?rakudo.jvm skip 'RT #126517'
{
my @collected;
sub foo($a) {
Expand Down

0 comments on commit e80cb40

Please sign in to comment.