diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 13:28:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 13:28:23 +0000 |
commit | 8cebccf496af9176158accf26e9c154b6de36ffe (patch) | |
tree | 3f4fca1af5a257c198e1a9bda254d73c177d948a /pod | |
parent | 11e0c2e64a6db1113f07e4cfed9ddc65c43fd511 (diff) | |
download | perl-8cebccf496af9176158accf26e9c154b6de36ffe.tar.gz |
Add mro tests to minitest
p4raw-id: //depot/perl@32616
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 73f485d086..d76261d0c3 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2221,7 +2221,7 @@ are expected to succeed (until they're specifically fixed, of course). =item minitest Run F<miniperl> on F<t/base>, F<t/comp>, F<t/cmd>, F<t/run>, F<t/io>, -F<t/op>, and F<t/uni> tests. +F<t/op>, F<t/uni> and F<t/mro> tests. =item test.valgrind check.valgrind utest.valgrind ucheck.valgrind |