mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-03 16:50:18 +02:00
Add missing break
In ''int execute_tests( int argc , const char ** argv )'' function, switch case is missing break statement. Signed-off-by: Tuvshinzaya Erdenekhuu <tuvshinzaya.erdenekhuu@arm.com>
This commit is contained in:
committed by
Dave Rodgman
parent
8bb9e46c7c
commit
e63492aeea
@@ -590,6 +590,7 @@ int execute_tests( int argc , const char ** argv )
|
||||
*/
|
||||
test_files = &argv[ arg_index ];
|
||||
testfile_count = argc - arg_index;
|
||||
break;
|
||||
}
|
||||
|
||||
arg_index++;
|
||||
|
||||
Reference in New Issue
Block a user