Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only the rakudo on the JVM can't do these tests
spotted by jnthn++
  • Loading branch information
lizmat committed Jun 23, 2013
1 parent 0bdad76 commit 056fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S04-phasers/begin.t
Expand Up @@ -19,7 +19,7 @@ plan 9;
is $my, 'foo', 'can set outer lexical from a BEGIN block';
}

#?rakudo skip 'cannot assing to non-container'
#?rakudo.jvm skip 'cannot assing to non-container'
{
our $our;
BEGIN { $our = 'foo' }
Expand Down

0 comments on commit 056fe4e

Please sign in to comment.