Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[set.t] Marked some tests as relevant to RT #77760.
  • Loading branch information
Kodi Arfer authored and Kodi Arfer committed Sep 17, 2010
1 parent e0d9631 commit c19ab2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-builtin_data_types/set.t
Expand Up @@ -37,6 +37,7 @@ sub showset($s) { $s.keys.sort.join(' ') }
is +$s, 3, 'Keys are counted correctly even when a key is False';
}

# RT #77760
{
my %h = set <a b o p a p o o>;
ok %h ~~ Hash, 'A hash to which a Set has been assigned remains a hash';
Expand Down

0 comments on commit c19ab2c

Please sign in to comment.