We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Noticed a single stray use of goto remaining in the test code.
goto
Expected behavior Use of goto is advised against by most coding guidelines. Preference is to use other method of flow control.
Code snips
osal/src/unit-tests/osfile-test/ut_osfile_test.c
Lines 73 to 94 in a9fece5
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#1356, Remove stray remaining 'goto' in OSAL test code
e5ca64d
Merge pull request #1357 from thnkslprpt:fix-1356-remove-stray-remani…
c51a337
…ng-goto Fix #1356, Remove stray remaining 'goto' in OSAL test code
373130e
Successfully merging a pull request may close this issue.
Describe the bug
Noticed a single stray use of
goto
remaining in the test code.Expected behavior
Use of
goto
is advised against by most coding guidelines.Preference is to use other method of flow control.
Code snips
osal/src/unit-tests/osfile-test/ut_osfile_test.c
Lines 73 to 94 in a9fece5
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: