summaryrefslogtreecommitdiff
path: root/ext/B/t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/t')
-rw-r--r--ext/B/t/OptreeCheck.pm2
-rw-r--r--ext/B/t/f_map.t2
-rw-r--r--ext/B/t/f_sort.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm
index 8cb97b91ac..84658f52d2 100644
--- a/ext/B/t/OptreeCheck.pm
+++ b/ext/B/t/OptreeCheck.pm
@@ -975,7 +975,7 @@ sub OptreeCheck::gentest {
sub OptreeCheck::processExamples {
my @files = @_;
- # gets array of paragraphs, which should be code-samples. Theyre
+ # gets array of paragraphs, which should be code-samples. They're
# turned into optreeCheck tests,
foreach my $file (@files) {
diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t
index 9f323b8cc1..e6735d9e60 100644
--- a/ext/B/t/f_map.t
+++ b/ext/B/t/f_map.t
@@ -25,7 +25,7 @@ Due to a bleadperl optimization (Dave Mitchell, circa may 04), the
private flags /1, /2 are gone in blead (for the cases covered)
When the optree stuff was integrated into 5.8.6, these tests failed,
-and were todo'd. Theyre now done, by version-specific tweaking in
+and were todo'd. They're now done, by version-specific tweaking in
mkCheckRex(), therefore the skip is removed too.
=for gentest
diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t
index 51f2aa559f..d5288a519a 100644
--- a/ext/B/t/f_sort.t
+++ b/ext/B/t/f_sort.t
@@ -24,7 +24,7 @@ Due to a bleadperl optimization (Dave Mitchell, circa apr 04), the
private flags /1, /2 are gone in blead (for the cases covered)
When the optree stuff was integrated into 5.8.6, these tests failed,
-and were todo'd. Theyre now done, by version-specific tweaking in
+and were todo'd. They're now done, by version-specific tweaking in
mkCheckRex(), therefore the skip is removed too.
=head1 Test Notes