summaryrefslogtreecommitdiffstats
path: root/t/fun/name.t
diff options
context:
space:
mode:
Diffstat (limited to 't/fun/name.t')
-rw-r--r--t/fun/name.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fun/name.t b/t/fun/name.t
index c1e713e..1893a21 100644
--- a/t/fun/name.t
+++ b/t/fun/name.t
@@ -29,7 +29,7 @@ my $line = __LINE__;
my $line_confess = $line + 6;
my $line_foo = $line + 10;
- ::like($@, qr/^abc 123 at $file line $line_confess\.?\n\tFoo::foo\('abc', 123\) called at $file line $line_foo/);
+ ::like($@, qr/^abc 123 at $file line $line_confess\.?\n\tFoo::foo\(['"]abc['"], 123\) called at $file line $line_foo/);
}
SKIP: { skip "Sub::Name required", 1 unless eval { require Sub::Name };