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
[6.0] Don't use Synchronization.Atomic for deliverExpectationCheckedEvents. (swiftlang#667)
**Explanation:** Drops use of `Atomic<Int>` which is giving us some
grief in some build environments where the Synchronization module isn't
available.
**Scope:** 6.0 branch
**Issue:** N/A
**Original PR:** swiftlang#666
**Risk:** Low
**Testing:** Existing coverage.
**Reviewer:** @briancroom@suzannaratcliff@stmontgomery
0 commit comments