Skip to content

Commit

Permalink
Unfudge passing test on jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 10, 2014
1 parent c6d7463 commit a599638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-magicals/pid.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ is_run 'say $*PID',
status => 0,
}, 'my $*PID is different from a child $*PID';

#?rakudo.jvm todo 'assigning to $*PID does not die'
#?rakudo.parrot todo 'assigning to $*PID does not die'
throws_like { $*PID = 42 }, X::Assignment::RO;

Expand Down

0 comments on commit a599638

Please sign in to comment.