Merge pull request #5952 from tuvshinzayaArm/add-missing-break

Add missing break
This commit is contained in:
Dave Rodgman 2022-07-21 15:25:40 +01:00 committed by GitHub
commit 87276a326f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++;