Author: allison
Date: Thu Nov 27 22:10:44 2008
New Revision: 33296
Modified:
branches/pdd22io_part2/docs/tests.pod
Log:
[pdd22io] Update reference to old PIO_* function in testing doc.
Modified: branches/pdd22io_part2/docs/tests.pod
==============================================================================
--- branches/pdd22io_part2/docs/tests.pod (original)
+++ branches/pdd22io_part2/docs/tests.pod Thu Nov 27 22:10:44 2008
@@ -134,7 +134,7 @@
OUTPUT
Note that it's always a good idea to output "done" to confirm that the compiled
-code executed completely. When mixing C<printf> and C<PIO_printf> always append
+code executed completely. When mixing C<printf> and C<Parrot_io_printf> always
append
a C<fflush(stdout);> after the former.
=head2 Testing Perl5 components