summaryrefslogtreecommitdiffstats
path: root/t/03-description.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03-description.t')
-rw-r--r--t/03-description.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03-description.t b/t/03-description.t
index 781ec72..8f7d893 100644
--- a/t/03-description.t
+++ b/t/03-description.t
@@ -19,7 +19,7 @@ SOURCE
throws_ok {
$code->();
- } qr/^foo at \(eval \d+\) line 2\n/,
+ } qr/^foo at \(eval \d+\) line \d+\n/,
"no location info if context isn't passed";
}