Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge another test for rakudo
  • Loading branch information
moritz committed Oct 26, 2011
1 parent 7f92c99 commit 918275a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/hash.t
Expand Up @@ -275,7 +275,6 @@ lives_ok { Hash.new("a" => "b") }, 'Hash.new($pair) lives';
eval_lives_ok('my $rt75694 = { has-b => 42 }', "can have a bareword key starting with 'has-' in a hash");

# RT #99854
#?rakudo todo 'RT 99854'
{
eval_lives_ok 'my $rt = { grammar => 5 }',
"can have a bareword 'grammar' as a hash key";
Expand Down

0 comments on commit 918275a

Please sign in to comment.