Skip to content

Commit

Permalink
RT #80614 is no longer TODO
Browse files Browse the repository at this point in the history
It's TODONE!
  • Loading branch information
hoelzro committed Jun 17, 2015
1 parent 58f6cd1 commit 07da8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/assign.t
Expand Up @@ -862,7 +862,6 @@ sub l () { 1, 2 };
my $rt80614 = @b[0] = @a[1];

is $rt80614, 2, 'assignment to scalar via array item from array item';
#?rakudo todo 'RT #80614'
is @b[0], 2, 'assignment to array item from array item to scalar';
}

Expand Down

0 comments on commit 07da8c0

Please sign in to comment.