summaryrefslogtreecommitdiff
path: root/t/run/fresh_perl.t
diff options
context:
space:
mode:
Diffstat (limited to 't/run/fresh_perl.t')
-rw-r--r--t/run/fresh_perl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t
index 0f5073dcaa..d47f27f6cc 100644
--- a/t/run/fresh_perl.t
+++ b/t/run/fresh_perl.t
@@ -510,7 +510,7 @@ else {
if ($x == 0) { print "" } else { print $x }
}
EXPECT
-Use of uninitialized value in numeric eq (==) at - line 4.
+Use of uninitialized value $x in numeric eq (==) at - line 4.
########
$x = sub {};
foo();