This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8182a17
)
Remove code commented out since July 1996.
author
James E Keenan
<jkeenan@cpan.org>
Thu, 17 Nov 2016 23:01:13 +0000
(18:01 -0500)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 17 Nov 2016 23:01:13 +0000
(18:01 -0500)
dist/Safe/t/safe2.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/t/safe2.t
b/dist/Safe/t/safe2.t
index
b55b4a9
..
fc519ff
100644
(file)
--- a/
dist/Safe/t/safe2.t
+++ b/
dist/Safe/t/safe2.t
@@
-143,16
+143,4
@@
if ($@) {
}
close(NOSUCH);
-#my $rdo_file = "tmp_rdo.tpl";
-#if (open X,">$rdo_file") {
-# print X "999\n";
-# close X;
-# $cpt->permit_only('const', 'leaveeval');
-# $cpt->rdo($rdo_file) == 999 ? "ok $t\n" : "not ok $t\n"; $t++;
-# unlink $rdo_file;
-#}
-#else {
-# print "# test $t skipped, can't open file: $!\nok $t\n"; $t++;
-#}
-
done_testing();