From: solar Date: Fri, 2 Jun 2006 06:25:31 +0000 (+0000) Subject: Further output beautification. X-Git-Tag: v0.5~173 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=f9f9ce7e59f5e144c6506e516454f2acc26cdbeb Further output beautification. --- diff --git a/functions/stdio/remove.c b/functions/stdio/remove.c index 510a4e2..b79ef0b 100644 --- a/functions/stdio/remove.c +++ b/functions/stdio/remove.c @@ -27,7 +27,7 @@ int main( void ) #ifndef REGTEST TESTCASE( NO_TESTDRIVER ); #else - puts( "No testing of remove() - test driver does not know internals of system function." ); + puts( " NOTEST remove() test driver is PDCLib-specific." ); #endif return TEST_RESULTS; } diff --git a/functions/stdio/rename.c b/functions/stdio/rename.c index 8e2d3e0..66ba2b8 100644 --- a/functions/stdio/rename.c +++ b/functions/stdio/rename.c @@ -27,7 +27,7 @@ int main( void ) #ifndef REGTEST TESTCASE( NO_TESTDRIVER ); #else - puts( "No testing of rename() - test driver does not know internals of system function." ); + puts( " NOTEST rename() test driver is PDCLib-specific." ); #endif return TEST_RESULTS; } diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 22718ee..769c447 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/malloc.c @@ -238,7 +238,7 @@ int main( void ) TESTCASE( PAGETEST( 9 ) ); NODETRACE( 17 ); #else - puts( "No testing of malloc() - test driver does not know internals of system function." ); + puts( " NOTEST malloc() test driver is PDCLib-specific." ); #endif return TEST_RESULTS; }