diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-17 14:04:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-17 14:04:06 +0000 |
commit | cdec4f4964dcec2d0a196d0906e4ec5a387041bf (patch) | |
tree | df714a64abfb86788d1f2cdaab59959fffe21e64 /t/run | |
parent | 18880e27741f3630c8397e7af71f1f442ce62022 (diff) | |
download | perl-cdec4f4964dcec2d0a196d0906e4ec5a387041bf.tar.gz |
Retract #14144 as Hugo isn't happy with it.
p4raw-id: //depot/perl@14307
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/kill_perl.t | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index 3ee283149a..3b46009a5b 100644 --- a/t/run/kill_perl.t +++ b/t/run/kill_perl.t @@ -756,18 +756,6 @@ ok print join '', @a, "\n"; EXPECT 123456789 -######## [ID 20010912.007] segfault or "Can't modify non-existent substring" -$b="abcde"; -$s = \substr($b, 2, 1); -print "before: $$s\n"; -{ - local $k; - *k = $s; -} -print "after: $$s\n"; -EXPECT -before: c -after: c ######## [ID 20020104.007] "coredump on dbmclose" package Foo; eval { dbmclose %h }; # not all places have dbm* functions |