]> pd.if.org Git - pdclib/commitdiff
Further output beautification.
authorsolar <unknown>
Fri, 2 Jun 2006 06:25:31 +0000 (06:25 +0000)
committersolar <unknown>
Fri, 2 Jun 2006 06:25:31 +0000 (06:25 +0000)
functions/stdio/remove.c
functions/stdio/rename.c
functions/stdlib/malloc.c

index 510a4e283c76828030c6b6e15a0be0e7f91f8e77..b79ef0bcad89af05e045136e65a12d0bbfdd78f1 100644 (file)
@@ -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;
 }
index 8e2d3e0bb0306daa0a541208e030a95cae38e8b0..66ba2b8fbfce0b0c0905f6b27166129c43121c3c 100644 (file)
@@ -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;
 }
index 22718ee67e778439d964d99d834201e878525f1e..769c447fbf19c044d3fba2eaeb8cdb3728b7d557 100644 (file)
@@ -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;
 }