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
This PR seeks out all the nooks and crannies where we have
platform-specific code or logic and adds Android. In most cases, it's as
simple as changing `os(Linux)` to `os(Linux) || os(Android)` but there
are a few spots where they diverge. The PR should be _mostly_
self-explanatory.
### 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.
Co-authored-by: Saleem Abdulrasool <[email protected]>
0 commit comments