Skip to content

Commit

Permalink
Unfudge test previously fudges when .gist and .perl failed on KeySet
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 4, 2013
1 parent 2df4c4a commit dc2594c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-types/keyset.t
Expand Up @@ -191,7 +191,6 @@ sub showset($s) { $s.keys.sort.join(' ') }
is $s.iterator.grep(Str).elems, 3, ".iterator yields three Strs";
}

#?rakudo todo 'huh?'
{
my $s = KeySet.new(<foo bar baz>);
my $str;
Expand All @@ -212,7 +211,6 @@ sub showset($s) { $s.keys.sort.join(' ') }

{
my $s = KeySet.new(<foo bar baz>);
#?rakudo 2 todo 'huh?'
lives_ok { $s = $s.gist }, ".gist lives";
isa_ok $s, Str, "... and produces a string";
ok $s ~~ /foo/, "... which mentions foo";
Expand Down

0 comments on commit dc2594c

Please sign in to comment.