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
Normalize the order in which we specify our Linux/FreeBSD/OpenBSD checks. (#1349)
This PR adjusts some of our `#if os(...)` checks to always specify
Linux, FreeBSD, OpenBSD, and Android in a consistent order. This makes
it easier to find such code in the repo. I've also found a couple of
spots where OpenBSD was missing and have fixed them.
### 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