summaryrefslogtreecommitdiff
path: root/t/op/sub_lval.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/sub_lval.t')
-rw-r--r--t/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 ce5da8d924..ac3aaf3a5e 100644
--- a/t/op/sub_lval.t
+++ b/t/op/sub_lval.t
@@ -131,7 +131,7 @@ EOE
#@out = ($x, a3, $y, b2, $z, c4, $t);
#@in = (34 .. 41, (undef) x 4, 46);
-#print "# `@out' ne `@in'\nnot " unless "@out" eq "@in";
+#print "# '@out' ne '@in'\nnot " unless "@out" eq "@in";
like($_, qr/Can\'t return an uninitialized value from lvalue subroutine/);
print "ok 22\n";