projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93f03c
)
Retract #12776 - the bug 19990906.001 is still valid.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 30 Oct 2001 04:02:10 +0000
(
04:02
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 30 Oct 2001 04:02:10 +0000
(
04:02
+0000)
p4raw-id: //depot/perl@12777
t/run/kill_perl.t
patch
|
blob
|
history
diff --git
a/t/run/kill_perl.t
b/t/run/kill_perl.t
index
f600435
..
9f20360
100644
(file)
--- 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