Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix "RT" usage in skip message.
  • Loading branch information
coke committed Aug 4, 2014
1 parent 49402fa commit 7d03646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/hash.t
Expand Up @@ -275,7 +275,7 @@ lives_ok { Hash.new("a" => "b") }, 'Hash.new($pair) lives';
%hash<bar><baz> := 'zoom';
is %hash<bar><baz>, 'zoom', 'binding on auto-vivified hash value works';
%hash<foo><baz> := my $b;
#?rakudo todo 'auto-vivified binding does not work yet: RT#118947'
#?rakudo todo 'auto-vivified binding does not work yet: RT #118947'
ok $b =:= %hash<foo><baz>, 'binding variable worked';
} #1

Expand Down

0 comments on commit 7d03646

Please sign in to comment.