Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge test for RT #114380 for rakudo.jvm
(after switching from eval_lives_ok to lives_ok)
  • Loading branch information
usev6 committed Oct 21, 2014
1 parent f2f0ea1 commit 20b3ee2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions S14-roles/basic.t
Expand Up @@ -139,9 +139,10 @@ lives_ok {0 but True}, '0 but True has applicable candidate';
}

# RT #114380
#?rakudo.jvm todo "?"
eval_lives_ok q[my role R { our $.r }; my class C does R {}],
'Can have "our $.r" in a role (RT #114380)';
{
lives_ok { my role R { our $.r }; my class C does R {} },
'Can have "our $.r" in a role (RT #114380)';
}

# RT #116226
#?niecza skip "Unable to resolve method x in type AccessesAttr"
Expand Down

0 comments on commit 20b3ee2

Please sign in to comment.