Skip to content

Commit

Permalink
Fix copy pasto
Browse files Browse the repository at this point in the history
Fixes test failures in S32-basics/xxKEY.t since 87b71c2
  • Loading branch information
lizmat committed Jan 16, 2019
1 parent 87b71c2 commit 836c18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/MixHash.pm6
Expand Up @@ -62,14 +62,14 @@ my class MixHash does Mixy {
),
nqp::unless(
$value == 0,
Rakudo::QuantHash.BIND-TO-TYPED-BAG(
Rakudo::QuantHash.BIND-TO-TYPED-MIX(
$!elems, $which, k, nqp::decont($value), type
)
)
),
nqp::unless( # no hash allocated yet
$value == 0,
Rakudo::QuantHash.BIND-TO-TYPED-BAG(
Rakudo::QuantHash.BIND-TO-TYPED-MIX(
nqp::bindattr(self,::?CLASS,'$!elems',
nqp::create(Rakudo::Internals::IterationSet)
),
Expand Down

0 comments on commit 836c18a

Please sign in to comment.