Skip to content

Commit 0634ffc

Browse files
authored
Merge pull request #37785 from compnerd/compnerd/concurrent-processing
StdlibUnittest: repair in-process concurrency test execution
2 parents 95eb6f2 + 7da9f8c commit 0634ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/StdlibUnittest/StdlibUnittest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ class _ParentProcess {
15581558
continue
15591559
}
15601560

1561-
switch runOneTest(
1561+
switch await runOneTestAsync(
15621562
fullTestName: fullTestName,
15631563
testSuite: testSuite,
15641564
test: t,

0 commit comments

Comments
 (0)