Skip to content

Commit

Permalink
Oops, remove trailing garbage, Masterduke++ for spotting
Browse files Browse the repository at this point in the history
Weird thing is, settings compiled without issue and spectest ran fine
as well  :-(
  • Loading branch information
lizmat committed Apr 3, 2018
1 parent 6a6bb23 commit 5981f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hash.pm6
Expand Up @@ -777,7 +777,7 @@ my class Hash { # declared in BOOTSTRAP
$!storage,
nqp::atpos_s(
$!keys,
nqp::floor_n(nqp::rand_n(nqp::elems($!keys)))i
nqp::floor_n(nqp::rand_n(nqp::elems($!keys)))
)
)
),
Expand Down

0 comments on commit 5981f81

Please sign in to comment.