Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove another obsolete todo marker. Passes on GLR!
  • Loading branch information
niner committed Aug 28, 2015
1 parent 0edc6f8 commit bb702e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/assign.t
Expand Up @@ -588,7 +588,6 @@ sub l () { 1, 2 };
my @a;
my @z = ($(@a[0]) = l, l);
is(@a[0].elems, 2, 'lhs treats $(@a[0]) as scalar (1)');
#?rakudo todo 'item assignment'
#?niecza todo
is(@z.elems, 2, 'lhs treats $(@a[0]) as scalar (2)');
}
Expand Down

0 comments on commit bb702e3

Please sign in to comment.