Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests that now work in Niecza.
  • Loading branch information
colomon committed May 14, 2012
1 parent a4148aa commit 5b9b4c7
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 5b9b4c7

Please sign in to comment.