diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-05 17:29:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-05 17:29:36 +0000 |
commit | e12d85564ef11f2ea968a2ec1b5f593913afac74 (patch) | |
tree | c61be4c168c3194d547990452a5d165ce84c770a /t | |
parent | 27153ab81cea9d5ca3a79ea8e528eb90fed9fddb (diff) | |
download | perl-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.t | 10 |
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. |