Commit 41121f1
authored
Remove a workaround for varargs not compiling on WASI. (#1323)
This PR removes a workaround on WASI where we were avoiding a call to
`withVaList()` because it miscompiled there. That problem was fixed by
swiftlang/swift#84029. It was cherry-picked to
6.2, but does not appear to be fixed in 6.2 CI, so the change here only
applies to 6.3 onward.
### 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 9a1fc35 commit 41121f1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments