From: Jarkko Hietaniemi Date: Thu, 21 Jun 2001 12:59:57 +0000 (+0000) Subject: Test obsoleted by change #10777. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c8a4e58b37238aa7f23df050ac909444f7e45a6;p=p5sagit%2Fp5-mst-13.2.git Test obsoleted by change #10777. p4raw-link: @10777 on //depot/perl: f206cdda513dcda39e1ced147a33b8497001ef8b p4raw-id: //depot/perl@10779 --- diff --git a/t/op/sub_lval.t b/t/op/sub_lval.t index e101f97..350cb65 100755 --- a/t/op/sub_lval.t +++ b/t/op/sub_lval.t @@ -283,9 +283,10 @@ eval <<'EOE' or $_ = $@; 1; EOE -print "# '$_'.\nnot " - unless /Can\'t return an uninitialized value from lvalue subroutine/; -print "ok 34\n"; +# Fixed by change @10777 +#print "# '$_'.\nnot " +# unless /Can\'t return an uninitialized value from lvalue subroutine/; +print "ok 34 # Skip: removed test\n"; $x = '1234567';