mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 06:28:17 +02:00
Merge pull request #6110 from daverodgman/add-missing-break-2.28
Add missing break - backport 2.28
This commit is contained in:
@@ -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