Skip to content

Commit

Permalink
Fudge another test for role mixin on JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 5ab83b7 commit a8e5644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S12-subset/subtypes.t
Expand Up @@ -171,6 +171,7 @@ Tests subtypes, specifically in the context of multimethod dispatch.
subset SR1 of R1 where 1;
ok !(1 ~~ SR1), 'subtypes based on roles work';
my $x = 1 but R1;
#?rakudo.jvm todo 'mixin of role does not work correctly'
ok $x ~~ SR1, 'subtypes based on roles work';
}

Expand Down

0 comments on commit a8e5644

Please sign in to comment.