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
Make `temporaryDirectory()` available on non-macOS, non-Linux and
non-Windows platforms too.
### Motivation:
Currently our test fail to build for non-macOS, non-Linux and
non-Windows platforms.
### Modifications:
I moved `temporaryDirectory()` outside the conditional that made it only
available to macOS, Linux and Windows, but still inside the `#if
!SWT_NO_FILE_IO` condition.
### Result:
Our unit tests compile.
### 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