swift
7da9f8c0 - StdlibUnittest: repair in-process concurrency test execution

Commit
4 years ago
StdlibUnittest: repair in-process concurrency test execution The support for running concurrency tests individually with filters invoked the non-concurrent supporting `runOneTest` accidentally. Fix this to us the `runOneTestAsync` allowing the single async test to be run in process again. This is needed for ease of debugging (and in the case of Windows, the only option for debugging).
Author
Committer
Parents
Loading