You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the .whenEmbedded() build setting condition evaluates to false when building for non-Embedded without a fallback condition (#1081)
This fixes an unintended side effect from #1043 where the
`SWT_NO_LEGACY_TEST_DISCOVERY` compilation conditional was being applied
when building for non-Embedded.
### 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.
0 commit comments