mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 20:42:44 +00:00
Merge pull request #5952 from tuvshinzayaArm/add-missing-break
Add missing break
This commit is contained in:
commit
87276a326f
@ -590,6 +590,7 @@ int execute_tests( int argc , const char ** argv )
|
|||||||
*/
|
*/
|
||||||
test_files = &argv[ arg_index ];
|
test_files = &argv[ arg_index ];
|
||||||
testfile_count = argc - arg_index;
|
testfile_count = argc - arg_index;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
arg_index++;
|
arg_index++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user