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
Reserve the 'play' content kind in _TestDiscovery (#1090)
This defines the `'play'` test content kind in the `TestContentKind`
enum and corresponding documentation.
### Motivation:
This is intended to "reserve" this FourCC code for eventual use by the
[swift-play-experimental](https://github.com/apple/swift-play-experimental)
project, which has adopted the `_TestDiscovery` library from this
package.
### 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.
Fixes#1089
Fixes rdar://147585572
0 commit comments