]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/malloc.c
Disabled regtests for functionality internal to PDCLib.
[pdclib] / functions / stdlib / malloc.c
index 3dd0ac889ddbb12caa1f9ba7d4b74d45e9f6d06f..2286d0d3c00273c7717faddf802c1652cf60094c 100644 (file)
@@ -242,7 +242,7 @@ int main( void )
     printf( "End of malloc() testing.\n" );
     }
 #else
-    printf( "No testing of malloc() - test driver does not know internals of system malloc().\n" );
+    puts( "No testing of malloc() - test driver does not know internals of system function." );
 #endif
     return TEST_RESULTS;
 }