Skip to content

Commit

Permalink
[v6.d REVIEW] Remove pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 13, 2018
1 parent 0e059d4 commit 4a740af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions S02-types/range.t
Expand Up @@ -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';
}
Expand Down

0 comments on commit 4a740af

Please sign in to comment.