summaryrefslogtreecommitdiff
path: root/t/op/sub_lval.t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-09-03 06:20:06 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-09-03 06:20:06 +0000
commite9c5ca9205c44a223c1bf0632cde03b38166cbc2 (patch)
tree833b366976759e0cb591d958e4cc96da8ba3a1b2 /t/op/sub_lval.t
parent7027b5917e2cc53d3a5a5cd777a5e20a46b9034d (diff)
parent86876e467424d8479015024738d4b873cf8cd086 (diff)
downloadperl-e9c5ca9205c44a223c1bf0632cde03b38166cbc2.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@11835
Diffstat (limited to 't/op/sub_lval.t')
-rwxr-xr-xt/op/sub_lval.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sub_lval.t b/t/op/sub_lval.t
index 350cb65e1a..4654118fa1 100755
--- a/t/op/sub_lval.t
+++ b/t/op/sub_lval.t
@@ -251,7 +251,7 @@ eval <<'EOE' or $_ = $@;
EOE
print "# '$_'.\nnot "
- unless /Can\'t return a readonly value from lvalue subroutine/;
+ unless /Empty array returned from lvalue subroutine in scalar context/;
print "ok 31\n";
sub lv10 : lvalue {}