mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-06 13:34:07 +01: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 ];
|
||||
testfile_count = argc - arg_index;
|
||||
break;
|
||||
}
|
||||
|
||||
arg_index++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue