Skip to content

Commit

Permalink
Update range.t
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Dec 3, 2017
1 parent 172b50b commit a84ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/range.t
Expand Up @@ -105,7 +105,7 @@ is(+Range, 0, 'type numification');


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

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

0 comments on commit a84ff52

Please sign in to comment.