From: M. J. T. Guy Date: Thu, 20 Jul 2000 18:49:18 +0000 (+0100) Subject: The output might have been produced in the wrong order. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdc7a9f2b597e7b1e3c531726f65bb19a85628af;p=p5sagit%2Fp5-mst-13.2.git The output might have been produced in the wrong order. Subject: [ID 20000720.003] [PATCH] t/op/write.t Message-Id: p4raw-id: //depot/perl@6425 --- diff --git a/t/op/write.t b/t/op/write.t index 593c69a..5b01eb7 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -200,6 +200,7 @@ $this,$that write LEX; $that = 8; write LEX; + close LEX; } # LEX_INTERPNORMAL test my %e = ( a => 1 );