Skip to content

Commit

Permalink
Unfudge now-passing Proxy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 9, 2018
1 parent da2a3c7 commit e0d71a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S06-routine-modifiers/proxy.t
Expand Up @@ -90,9 +90,7 @@ sub lvalue_test3() {
# No todo_is here to avoid unexpected succeeds
is $was_inside, 1, "lvalue_test3() was called (8)";

#?rakudo todo 'RT#124341 Proxy should not escape return from a non is-rw'
dies-ok { EVAL '(lvalue_test3() = 42)' }, "Proxy returned from non is-rw is prefetched rvalue";
#?rakudo todo 'RT#124341 Proxy should not escape return from a non is-rw'
is $was_inside, 2, "lvalue_test3() was called (9)";

}
Expand Down

0 comments on commit e0d71a2

Please sign in to comment.