summaryrefslogtreecommitdiff
path: root/t/pragma/strict-subs
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/strict-subs')
-rw-r--r--t/pragma/strict-subs4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/strict-subs b/t/pragma/strict-subs
index 6864a3a979..43fce712d5 100644
--- a/t/pragma/strict-subs
+++ b/t/pragma/strict-subs
@@ -172,7 +172,7 @@ Fred ;
require "./abc";
EXPECT
Bareword "Fred" not allowed while "strict subs" in use at ./abc line 2.
- at - line 2.
+Compilation failed in require at - line 2.
########
--FILE-- abc.pm
@@ -184,7 +184,7 @@ Fred ;
use abc;
EXPECT
Bareword "Fred" not allowed while "strict subs" in use at abc.pm line 2.
- at - line 2.
+Compilation failed in require at - line 2.
BEGIN failed--compilation aborted at - line 2.
########