Commit 200fdd7
authored
Add a missing
This PR adds a missing `#if !SWT_NO_EXIT_TESTS` statement in order to
resolve a build failure on platforms that do not support exit tests
(such as WASI.)
### Checklist:
- [ ] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [ ] If public symbols are renamed or modified, DocC references should
be updated.#if !SWT_NO_EXIT_TESTS. (#896)1 parent 6f7688a commit 200fdd7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments