]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/malloc.c
Further output beautification.
[pdclib] / functions / stdlib / malloc.c
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;
 }