diff options
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-x | t/op/misc.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index 25f566e19b..d544df4915 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -61,7 +61,7 @@ EXPECT ######## $foo=undef; $foo->go; EXPECT -Can't call method "go" without a package or object reference at - line 1. +Can't call method "go" on an undefined value at - line 1. ######## BEGIN { |