Skip to content

Commit

Permalink
Add explicit flattening, to fix array assignment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Aug 28, 2015
1 parent efb26f8 commit fe7a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/assign.t
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ my @p;

# Tests of dwimming scalar/listiness of lhs

sub l () { 1, 2 };
sub l () { (1, 2).Slip };

{
my $x;
Expand Down

0 comments on commit fe7a750

Please sign in to comment.