Skip to content

Commit c10703f

Browse files
committed
Rephrasing example
1 parent bcc0de4 commit c10703f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/testing.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ tests, we use I<done-testing> to tell the framework we are done.
5252
=head2 Thread safety
5353
5454
Note that routines in C<Test> module are I<not> thread-safe. This means you
55-
should not attempt to use the testing routines in multiple threads simultaneously,
56-
as the L<TAP|https://testanything.org/> output might
57-
come out of order and confuse the program interpreting it.
55+
should not attempt to use the testing routines in multiple threads
56+
simultaneously, as the L<TAP|https://testanything.org/> output might come out of
57+
order and confuse the program interpreting it.
5858
5959
There are no current plans to make it thread safe. If threaded-testing is
6060
crucial to you, you may find some suitable
@@ -70,7 +70,7 @@ command line:
7070
$ perl6 t/test-filename.t
7171
7272
Or via the L<prove|https://perldoc.perl.org/prove.html> command from Perl 5,
73-
where C<perl6> is specified as the executable that runs the tests:
73+
where using C<--exec> to specify the executable that runs the tests:
7474
7575
=for code :lang<shell>
7676
$ prove --exec perl6 -r t

0 commit comments

Comments
 (0)