Skip to content

[lldb] Fix check in swift test #9958

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

Conversation

felipepiovezan
Copy link

This test was attempting to check that the number of registers available was 2, 3, or 4.
However, what it was actually checking was the number of register sets. This commit fixes that.

This test was _attempting_ to check that the number of registers
available was 2, 3, or 4.
However, what it was _actually_ checking was the number of register
_sets_. This commit fixes that.
@felipepiovezan felipepiovezan requested a review from a team as a code owner February 5, 2025 18:37
Copy link

@jasonmolenda jasonmolenda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@felipepiovezan
Copy link
Author

@swift-ci test

@felipepiovezan felipepiovezan merged commit 5805166 into swiftlang:stable/20240723 Feb 6, 2025
3 checks passed
@felipepiovezan felipepiovezan deleted the felipe/fix_swift_test branch February 6, 2025 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants