From f9f9ce7e59f5e144c6506e516454f2acc26cdbeb Mon Sep 17 00:00:00 2001 From: solar Date: Fri, 2 Jun 2006 06:25:31 +0000 Subject: [PATCH] Further output beautification. --- functions/stdio/remove.c | 2 +- functions/stdio/rename.c | 2 +- functions/stdlib/malloc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.40.0