Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge test for '0 but True' on JVM, RT #100782
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent b4b4dfa commit 9aa4c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S14-roles/mixin.t
Expand Up @@ -120,6 +120,7 @@ is $y.test, 42, 'method from other role was OK too';
{
my $a = 0 but True;
is +$a, 0, 'RT #100782 1/2';
#?rakudo.jvm todo 'RT #100782'
is ?$a, Bool::True, 'RT #100782 2/2';
}

Expand Down

0 comments on commit 9aa4c45

Please sign in to comment.