You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence a concurrency warning on Linux/Windows building an actor-isolated test. (#680)
We have one `@MainActor`, `async` test on a non-sendable `XCTestCase`
subclass. Not surprisingly, this doesn't work fantastically well. Move
the test out of the class to fix the resulting compiler diagnostic.
Related to swiftlang/swift-package-manager#7960.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments