diff --git a/S02-types/range.t b/S02-types/range.t index 8c6d6508a7..d8f99316db 100644 --- a/S02-types/range.t +++ b/S02-types/range.t @@ -103,10 +103,6 @@ is(+Range, 0, 'type numification'); throws-like { $r.excludes-max = True }, X::Assignment::RO, "range.excludes-max ro"; - - # There was a test about 'cannot assign to a element of an immutable List' - # Now it was merged into NO.74 test in S02-types/list.t - my $s = 1..5; is $r, $s, 'range has not changed'; }