Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing test (for rakudo.jvm)
  • Loading branch information
usev6 committed Oct 24, 2015
1 parent 4ec7087 commit e8fd9d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/pair.t
Expand Up @@ -267,7 +267,6 @@ Note, "non-chaining binary" was later renamed to "structural infix".
my ($key, $val) = <key val>;
my $pair = ($key => $val);

#?rakudo.jvm todo "?"
throws-like { $pair.key = "KEY" },
X::Assignment::RO,
"setting .key dies";
Expand Down

0 comments on commit e8fd9d2

Please sign in to comment.