On Wed Jun 30 07:14:21 2010, bbkr wrote:
> $ perl6 -e 'my ($a is readonly) = 5; say $a; $a = 42; say $a'
> Cannot assign to readonly value
>   in '&infix:<=>' at line 1
>   in main program body at line 1
> 
> So it dies properly now.
> 
> But test file is not working due to := not implemented in earlier 
tests.

Good news: fudged the test and added it to t/spectest.data so it's run.

Bad news: I had to fudge these tests too.

-- 
Will "Coke" Coleda

Reply via email to