Skip to content

test: Add regression test for #74545 #77873

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

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

AnthonyLatsis
Copy link
Collaborator

Closes #74545.

@@ -0,0 +1,11 @@
// RUN: %target-swift-frontend -target %target-swift-5.7-abi-triple -emit-ir %s
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this example was crashing in Sema maybe we should just // RUN: %target-typecheck-verify-swift?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I should probably keep the target, though.

@AnthonyLatsis
Copy link
Collaborator Author

@swift-ci please smoke test

@AnthonyLatsis AnthonyLatsis merged commit ec5bee8 into swiftlang:main Dec 4, 2024
3 checks passed
@AnthonyLatsis AnthonyLatsis deleted the day-10 branch December 4, 2024 13:44
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.

Crash when trying to directly iterate over the return value of a function taking a closure
2 participants