Commit 463a7a7
authored
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://1475855721 parent 05ae424 commit 463a7a7
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments