Skip to content

Commit

Permalink
Unfudge another passing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
peschwa committed Mar 2, 2015
1 parent e30392a commit cb31b77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S14-roles/anonymous.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ plan 13;
is $a, {:x}, "basic sanity";
my $role;
lives_ok { $role = role { has $.cool = "yeah" } }, "anonymous role definition";
#?rakudo.jvm todo "RT #121626"
lives_ok { $a does $role }, "anonymous role variable mixin";
is $a, {:x}, "still basic sanity";
#?rakudo.jvm todo "RT #121626"
is $a.cool, "yeah", "anonymous role variable gave us an attribute";
}

Expand Down

0 comments on commit cb31b77

Please sign in to comment.