Commit db33906
authored
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.1 parent d341a65 commit db33906
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
0 commit comments