Skip to content
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

[NFC] Make macro in conf. test no longer leak #2320

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

RossBrunton
Copy link
Contributor

UUR_ASSERT_SUCCESS_OR_UNSUPPORTED previously leaked a status
variable to the calling scope. This change makes it no longer do that.

@RossBrunton RossBrunton requested a review from a team as a code owner November 13, 2024 12:01
@github-actions github-actions bot added the conformance Conformance test suite issues. label Nov 13, 2024
`UUR_ASSERT_SUCCESS_OR_UNSUPPORTED` previously leaked a `status`
variable to the calling scope. This change makes it no longer do that.
@RossBrunton
Copy link
Contributor Author

Doesn't affect LLVM, merging without LLVM change.

@RossBrunton RossBrunton merged commit f9f71f1 into oneapi-src:main Nov 14, 2024
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants