Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip another test that hangs because of ,=
  • Loading branch information
niner committed Aug 16, 2015
1 parent 1c77dca commit a1990b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/assign.t
Expand Up @@ -943,6 +943,7 @@ sub l () { 1, 2 };
}

# RT #76414
#?rakudo skip ',= needs to be special cased after GLR to compile to push(@a, 3, 4)'
{
my @rt76414 = (1, 2);
@rt76414 ,= 3, 4; # same as push(@rt76414,3,4) according to S03
Expand Down

0 comments on commit a1990b5

Please sign in to comment.