Commit aee0821
authored
Fix statically-linked platforms building new test content discovery code. (#897)
This PR fixes an undefined symbol error for
`SWTTestContentSectionBounds` when building for statically-linked
platforms. This issue appears to only occur with CMake and is (I think)
a quirk of that build system.
### 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 de09c23 commit aee0821
File tree
2 files changed
+6
-3
lines changed- Sources
- Testing
- _TestingInternals/include
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | | - | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments