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
Prior to this change, on non-Linux, the test harness will already
attempt to use dispatch functionality when testing dispatch itself. This
does not seem intentional, and instead appears to be intended as the Mac
OS case where the platform already has Dispatch and is using that when
testing the just-built version.
Instead, make the Linux case the general `__unix__` case.
0 commit comments