Skip to content

tests: correct availability checks in Interpreter/runtime_name_local_class_opaque_type.swift #34161

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
Oct 3, 2020

Conversation

eeckstein
Copy link
Contributor

The test checks a fix, which also affects the runtime.
Therefore, the test requires a minimum OS version to run without a crash.

…class_opaque_type.swift

The test checks a fix, which also affects the runtime.
Therefore, the test requires a minimum OS version to run without a crash.
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test and merge

@eeckstein eeckstein requested a review from theblixguy October 2, 2020 15:30
print(returnsClass1())
print(Outer.returnsClass2)
} else {
// Make FileCheck happy if this test runs on an older OS.
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be a good opportunity to port this to use StdlibUnittest instead?

@eeckstein eeckstein merged commit 8250856 into swiftlang:main Oct 3, 2020
@eeckstein eeckstein deleted the fix-test branch October 3, 2020 06:10
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.

3 participants