Skip to content

Commit

Permalink
[v6.d REVIEW] Clarify Map.gist sorts
Browse files Browse the repository at this point in the history
Orig: 8a3908c3e
  • Loading branch information
zoffixznet committed Oct 7, 2018
1 parent 7f98045 commit 42801d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-hash/map.t
Expand Up @@ -27,7 +27,7 @@ plan 16;
is-deeply $map.clone, $map, 'Map.clone is identity';
}

subtest 'Map.gist shows only first 100 els' => {
subtest 'Map.gist shows only the first sorted 100 els' => {
plan 4;
sub make-gist ($map, $extras = []) {
'Map.new((' ~ (
Expand Down

0 comments on commit 42801d9

Please sign in to comment.