X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=769c447fbf19c044d3fba2eaeb8cdb3728b7d557;hb=f9f9ce7e59f5e144c6506e516454f2acc26cdbeb;hp=22718ee67e778439d964d99d834201e878525f1e;hpb=e6fd9753e785702792a00236f86f257a22f5c794;p=pdclib 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; }