summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-24 22:44:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-24 22:44:34 +0000
commit1bca678fff053a0e59f0fc9898b8d61aeda6473e (patch)
tree29102fea1246dab03593b6abedf40d1a06132f1b
parente1548254d1365ef0342d5b64bb1fd1d996c1f70f (diff)
downloadperl-1bca678fff053a0e59f0fc9898b8d61aeda6473e.tar.gz
Enhance test cleanliness by a very small factor.
p4raw-id: //depot/perl@22372
-rw-r--r--t/comp/parser.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/comp/parser.t b/t/comp/parser.t
index 2c25807021..92b9a6ca41 100644
--- a/t/comp/parser.t
+++ b/t/comp/parser.t
@@ -154,4 +154,5 @@ EOF
my $x;
$[ = 1 while $x;
pass();
+ $[ = 0; # restore the original value for less side-effects
}