Skip to content

Commit

Permalink
Don't compare yourself, duh!
Browse files Browse the repository at this point in the history
Fixes <a b>.Mix (<=) <a>.Mix.  Caught when overhauling subset tests.
  • Loading branch information
lizmat committed Jul 12, 2017
1 parent f42e53c commit 5074158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Rakudo/QuantHash.pm
Expand Up @@ -1412,7 +1412,7 @@ my class Rakudo::QuantHash {
nqp::getattr(nqp::iterval(nqp::shift($iter)),Pair,'$!value')
<= # value in A should be less or equal than B
nqp::getattr(
nqp::ifnull(nqp::atkey($araw,nqp::iterkey_s($iter)),$p0),
nqp::ifnull(nqp::atkey($braw,nqp::iterkey_s($iter)),$p0),
Pair,
'$!value'
),
Expand Down

0 comments on commit 5074158

Please sign in to comment.