Commit 00bb5ac
authored
Implement
This change just makes sure `CommandLine.executablePath` is implemented
consistently across Apple platforms and doesn't hit the
unimplemented/warning path on e.g. iOS. (We're not using this property
there, but the source file it lives in gets compiled regardless.)
### 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.CommandLine.executablePath on all Apple platforms. (#934)1 parent ff27a80 commit 00bb5ac
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments