diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 12:59:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 12:59:57 +0000 |
commit | 4c8a4e58b37238aa7f23df050ac909444f7e45a6 (patch) | |
tree | 8f34dc15a75be4893a77f0fd4ffb84d81e0a836b /t | |
parent | 395ddfe62c8314bb91a6a28057648356e4dfc9bf (diff) | |
download | perl-4c8a4e58b37238aa7f23df050ac909444f7e45a6.tar.gz |
Test obsoleted by change #10777.
p4raw-link: @10777 on //depot/perl: f206cdda513dcda39e1ced147a33b8497001ef8b
p4raw-id: //depot/perl@10779
Diffstat (limited to 't')
-rwxr-xr-x | t/op/sub_lval.t | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/t/op/sub_lval.t b/t/op/sub_lval.t index e101f97cf6..350cb65e1a 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'; |