Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Join fudges for Moar und JVM to single line
  • Loading branch information
usev6 committed May 9, 2015
1 parent cac9919 commit a99c96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-literals/radix.t
Expand Up @@ -101,8 +101,7 @@ is(:16('0d37'), 0x0D37, ":16('0d37') uses d as hex digit" );
is_approx(:16<dead_beef> * 16**0, :16<dead_beef*16**0>,
'Zero powers inside');

#?rakudo.moar skip "RT #123862 - negative radix"
#?rakudo.jvm skip "RT #123862 - negative radix"
#?rakudo skip "RT #123862 - negative radix"
is_approx(:16<dead_beef> * 16**-1, :16<dead_beef*16**-1>,
'Negative powers inside');
}
Expand Down

0 comments on commit a99c96f

Please sign in to comment.