Widens test parameters in memory alloc tests

This commit is contained in:
Simon Butcher 2016-05-06 00:22:18 +01:00
parent 214f5c0af2
commit 4ec1e8193e

View file

@ -350,7 +350,7 @@ static int rnd_pseudo_rand( void *rng_state, unsigned char *output, size_t len )
return( 0 ); return( 0 );
} }
static void test_fail( const char *test, int line_no, char* filename ) static void test_fail( const char *test, int line_no, const char* filename )
{ {
test_errors++; test_errors++;
if( test_errors == 1 ) if( test_errors == 1 )