Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[perl.t] unfudge final test for RT #64080 (self-assigned hashes)
  • Loading branch information
Fitz Elliott committed Jan 22, 2011
1 parent cdf3825 commit 000e905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-names_and_variables/perl.t
Expand Up @@ -131,7 +131,6 @@ my @tests = (
lives_ok { %h<a> = [%h<a>] },
'can assign list with new hash element to itself';
lives_ok { %h<a>.perl }, 'can take .perl from hash element';
#?rakudo skip 'RT #64080'
ok %h<a> !=== %h<a>[0], 'hoa does not refer to hash element';
}

Expand Down

0 comments on commit 000e905

Please sign in to comment.