Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/roast
  • Loading branch information
kyleha committed May 14, 2012
2 parents fead744 + 5b9b4c7 commit 01fd0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S12-methods/lvalue.t
Expand Up @@ -43,10 +43,8 @@ is $a, 8, 'but the temp assignment had worked';
lives_ok { temp $o.l2 = 9; $b = $o.b },
'can use lvalue method in temp() statement (explicit return)';
is $o.l2, 4, '... and the value was reset';
#?niecza todo
#?pugs todo
is $o.b, 4, '... also on the attribute';
#?niecza todo
#?pugs todo
is $b, 9, 'but the temp assignment had worked';

Expand Down

0 comments on commit 01fd0e8

Please sign in to comment.