Fix typo in message
This commit is contained in:
parent
3c1c8ea3e7
commit
31fccc80a5
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ int execute_tests( int argc , const char ** argv )
|
||||||
}
|
}
|
||||||
else if( ret == DISPATCH_TEST_FN_NOT_FOUND )
|
else if( ret == DISPATCH_TEST_FN_NOT_FOUND )
|
||||||
{
|
{
|
||||||
mbedtls_fprintf( stderr, "FAILED: FATAL TEST FUNCTION NOT FUND\n" );
|
mbedtls_fprintf( stderr, "FAILED: FATAL TEST FUNCTION NOT FOUND\n" );
|
||||||
fclose( file );
|
fclose( file );
|
||||||
mbedtls_exit( 2 );
|
mbedtls_exit( 2 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue