summaryrefslogtreecommitdiff
path: root/lib/sort.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-13 09:44:47 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-13 13:08:01 -0800
commit43a5423f48edfa8f5da5e978f1463d639509622e (patch)
tree3d67d4dcc16c453f53a0b86ce8339c1a91c5b90e /lib/sort.t
parentec48399db9c8217c00e64580f50171a54b5bede1 (diff)
downloadperl-43a5423f48edfa8f5da5e978f1463d639509622e.tar.gz
Remove obsolete comment from lib/sort.t
It was added by perl-5.6.0-8936-g7821065. The corresponding comment in pp_sort.c that it refers to, also added by the same commit, was removed in perl-5.8.0-5345-g5fe61d9.
Diffstat (limited to 'lib/sort.t')
-rw-r--r--lib/sort.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sort.t b/lib/sort.t
index ca809b0ffa..b44269ac29 100644
--- a/lib/sort.t
+++ b/lib/sort.t
@@ -125,8 +125,6 @@ sub main {
$status = checkequal(\@sorted, $unsorted);
is($status, '', "contents ok for size $ts");
}
- # If the following test (#58) fails, see the comments in pp_sort.c
- # for Perl_sortsv().
if ($expect_unstable) {
ok($unstable_num > 0, 'Instability ok');
}