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

Regenerate LinuxMain with Swift 5 compiler and remove XCTestCaseProvider #692

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

ikesyo
Copy link
Member

@ikesyo ikesyo commented Sep 16, 2019

  • __allTests is renamed to __allTests_$className so we can't access it statically
  • Those definitions are now gated with if !canImport(ObjectiveC) so we can't access them on macOS

- `__allTests` is renamed to `__allTests_$className` so we can't access it statically
- Those definitions are now gated with `if !canImport(ObjectiveC)` so we can't access them on macOS
@ikesyo ikesyo merged commit a59a4af into master Sep 16, 2019
@ikesyo ikesyo deleted the swift5-generated-linuxmain branch September 16, 2019 07:55
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.

1 participant