summaryrefslogtreecommitdiffstats
path: root/t/hidden_cycle.t
diff options
context:
space:
mode:
Diffstat (limited to 't/hidden_cycle.t')
-rw-r--r--t/hidden_cycle.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hidden_cycle.t b/t/hidden_cycle.t
index a2b33f1..39d03bc 100644
--- a/t/hidden_cycle.t
+++ b/t/hidden_cycle.t
@@ -16,7 +16,7 @@ my @warnings;
is_deeply(
\@warnings,
- ["Circular require detected: Bar.pm (from <unknown file>)\n"],
+ ["Circular require detected in Bar.pm (from unknown file)\n"],
"hiding all packages in the cycle shouldn't report a package outside of the cycle as being the source"
);