Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
restore pugs fudge
  • Loading branch information
moritz committed Jan 21, 2013
1 parent 0c9b948 commit 44c5f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-list/pick.t
Expand Up @@ -157,6 +157,7 @@ is (<a b c d>.pick(*).sort).Str, 'a b c d', 'pick(*) returns all the items in th
ok (so 1 < all(%seen.keys) < 1_000_000), '... and all the elements are in range';
}

#?pugs skip 'hogs memory'
{
my %seen;
%seen{$_} = 1 for (1 .. (10**1000) ).pick(50);
Expand Down

0 comments on commit 44c5f4d

Please sign in to comment.