Skip to content

Commit a84ff52

Browse files
authored
Update range.t
1 parent 172b50b commit a84ff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-types/range.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ is(+Range, 0, 'type numification');
105105

106106

107107
# There was a test about 'cannot assign to a element of an immutable List'
108-
# Now it was merged into NO.55 test in S02-types/list.t
108+
# Now it was merged into NO.74 test in S02-types/list.t
109109

110110
my $s = 1..5;
111111
is $r, $s, 'range has not changed';

0 commit comments

Comments
 (0)