Commit c90e17e
authored
Move the
Move the `stdout` line-buffering call so it affects both overloads of
`__swiftPMEntryPoint()`.
This has no effect on SwiftPM because it currently uses the overload
that returns `Never`. Two overloads are provided to allow SwiftPM some
flexibility, but we're not actively taking advantage of that in Swift 6.
### 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.stdout line-buffering call. (#576)1 parent 41330ae commit c90e17e
1 file changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| |||
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
0 commit comments