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
Remove VERSION.txt workaround for OpenBSD 7.7. (#1397)
This PR removes a workaround for the lack of `#embed` support in OpenBSD
7.7's version of clang. OpenBSD 7.8 has a newer clang that has full
`#embed` support, so we no longer need to special-case OpenBSD here.
Swift Testing will continue to compile for OpenBSD 7.7, but will emit a
compile-time warning of the form:
> SWT_TESTING_LIBRARY_VERSION not defined and could not read from
VERSION.txt at
> compile time: testing library version is unavailable
### 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