Skip to content

Commit 95f9afe

Browse files
authored
Merge pull request swiftlang#76864 from ktoso/wip-racy-test-fix
2 parents 9eebcbc + bfba4b6 commit 95f9afe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Concurrency/Runtime/async_task_executor_unstructured_task_ownership.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ nonisolated func nonisolatedFunc(expectedQueue queue: DispatchQueue) async {
8080
}
8181

8282
executor = nil
83-
print("In main: executor = nil")
8483

8584
await task.value
8685
// The executor is ONLY released after the task has completed,

0 commit comments

Comments
 (0)