-
Notifications
You must be signed in to change notification settings - Fork 3k
Updated testcases #11130
New issue
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
Updated testcases #11130
Conversation
@Tharazi97, thank you for your changes. |
Looks good, @jamesbeyond please review. |
TESTS/events/queue/main.cpp
Outdated
@@ -357,3 +357,4 @@ int main() | |||
return !Harness::run(specification); | |||
} | |||
|
|||
#endif // !DEVICE_USTICKER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newlines at the end of files. (Probably all of them).
Some tools or compilers complain about this.
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
Fixes #9687
Changed testcases to look like this template:
Pull request type
Reviewers
@fkjagodzinski @maciejbocianski @deepikabhavnani @jamesbeyond, @SeppoTakalo