summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-05 17:29:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-05 17:29:36 +0000
commite12d85564ef11f2ea968a2ec1b5f593913afac74 (patch)
treec61be4c168c3194d547990452a5d165ce84c770a /t
parent27153ab81cea9d5ca3a79ea8e528eb90fed9fddb (diff)
downloadperl-e12d85564ef11f2ea968a2ec1b5f593913afac74.tar.gz
Retract #13475 until Arthur gets back to the mine.
p4raw-id: //depot/perl@13476
Diffstat (limited to 't')
-rw-r--r--t/run/kill_perl.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t
index 09e7d9c6d2..6345a793a4 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -629,16 +629,6 @@ EOT
EXPECT
ok
########
-# test that closures generated by eval"" hold on to the CV of the eval""
-# for their entire lifetime
-$code = eval q[
- sub { eval '$x = "ok 1\n"'; }
-];
-&{$code}();
-print $x;
-EXPECT
-ok 1
-########
# This test is here instead of pragma/locale.t because
# the bug depends on in the internal state of the locale
# settings and pragma/locale messes up that state pretty badly.