summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman.t
diff options
context:
space:
mode:
Diffstat (limited to 't/hide_middleman.t')
-rw-r--r--t/hide_middleman.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hide_middleman.t b/t/hide_middleman.t
index 90950b2..1bdb627 100644
--- a/t/hide_middleman.t
+++ b/t/hide_middleman.t
@@ -16,7 +16,7 @@ my @warnings;
is_deeply(
\@warnings,
- ["Circular require detected: Foo.pm (from Bar.pm)\n"],
+ ["Circular require detected:\n Foo.pm\n Bar.pm\n Foo.pm\n"],
"Show the module that used base, instead of 'base' when a cycle occurs from a use base."
);