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 c9e8b21..97f8372 100644
--- a/t/03-description.t
+++ b/t/03-description.t
@@ -32,7 +32,7 @@ SOURCE
like(
exception { $code->() },
- qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 1\n/,
+ qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 2\n/,
"description is set"
);
}