Change 16531 by jhi@alpha on 2002/05/10 03:26:11
Move the noisy tie core dump test to fresh_perl from op/tie.
Affected files ...
.... //depot/perl/t/op/tie.t#20 edit
.... //depot/perl/t/run/fresh_perl.t#10 edit
Differences ...
==== //depot/perl/t/op/tie.t#20 (xtext) ====
Index: perl/t/op/tie.t
--- perl/t/op/tie.t#19~16530~ Thu May 9 20:23:17 2002
+++ perl/t/op/tie.t Thu May 9 20:26:11 2002
@@ -229,18 +229,6 @@
die unless $a eq $b;
EXPECT
########
-# An attempt at lvalueable barewords broke this
-
-tie FH, 'main';
-EXPECT
-
-########
-# TODO An attempt at lvalueable barewords broke this
-
-tie FH, 'main';
-EXPECT
-
-########
# correct unlocalisation of tied hashes (patch #16431)
use Tie::Hash ;
tie %tied, Tie::StdHash;
==== //depot/perl/t/run/fresh_perl.t#10 (text) ====
Index: perl/t/run/fresh_perl.t
--- perl/t/run/fresh_perl.t#9~16483~ Wed May 8 05:44:46 2002
+++ perl/t/run/fresh_perl.t Thu May 9 20:26:11 2002
@@ -811,3 +811,10 @@
print $人, "\n";
EXPECT
3
+########
+# TODO An attempt at lvalueable barewords broke this
+tie FH, 'main';
+EXPECT
+Can't modify constant item in tie at - line 2, near "'main';"
+Execution of - aborted due to compilation errors.
+
End of Patch.