summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-30 04:02:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-30 04:02:10 +0000
commit12e95118684319626e8c14adbc923f701bf17da6 (patch)
treef7f448335e0ccf9ef91929438c69463488eca7d6
parentd93f03cc3cfd6a0bcc6b100c4b6d32f0aee5e5f4 (diff)
downloadperl-12e95118684319626e8c14adbc923f701bf17da6.tar.gz
Retract #12776 - the bug 19990906.001 is still valid.
p4raw-id: //depot/perl@12777
-rw-r--r--t/run/kill_perl.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t
index f600435ce7..9f20360554 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -809,9 +809,3 @@ read($bla, FILE, 1);
EXPECT
Can't modify constant item in read at - line 1, near "1)"
Execution of - aborted due to compilation errors.
-######## [ID 19990906.001]
-$line = ('a' x 99999) . ";'"; . ('a' x 20000);
-$line =~ m";(?:\s*\'(?:[^\\']|\\.)*\'\s*)";;
-print "ok\n";
-EXPECT
-ok