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
Simplify failureBreakpoint() and add a unit test. (#557)
This PR simplifies the "unique" action performed by
`failureBreakpoint()` to avoid de-duplication and implements a unit test
to confirm that action is actually occurring and not being optimized
away (at least under the current compiler settings at the time of test.)
### 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