summaryrefslogtreecommitdiff
path: root/t/pragma/strict-vars
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/strict-vars')
-rw-r--r--t/pragma/strict-vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/strict-vars b/t/pragma/strict-vars
index 9814fd6ee8..7ca9843c2c 100644
--- a/t/pragma/strict-vars
+++ b/t/pragma/strict-vars
@@ -115,7 +115,7 @@ require "./abc";
EXPECT
Variable "$joe" is not imported at ./abc line 2.
Global symbol "joe" requires explicit package name at ./abc line 2.
- at - line 2.
+Compilation failed in require at - line 2.
########
--FILE-- abc.pm
@@ -128,7 +128,7 @@ use abc;
EXPECT
Variable "$joe" is not imported at abc.pm line 2.
Global symbol "joe" requires explicit package name at abc.pm line 2.
- at - line 2.
+Compilation failed in require at - line 2.
BEGIN failed--compilation aborted at - line 2.
########