Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Per request of jnthn
  • Loading branch information
lizmat committed Jun 23, 2013
1 parent 056fe4e commit 07b53b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-phasers/begin.t
Expand Up @@ -19,7 +19,6 @@ plan 9;
is $my, 'foo', 'can set outer lexical from a BEGIN block';
}

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

0 comments on commit 07b53b5

Please sign in to comment.