We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba13f8 commit ce0d166Copy full SHA for ce0d166
test/Concurrency/Runtime/startImmediately.swift
@@ -563,4 +563,4 @@ func call_taskImmediate_taskExecutor(taskExecutor: NaiveQueueExecutor) async {
563
await call_taskImmediate_taskExecutor(
564
taskExecutor: NaiveQueueExecutor(queue: DispatchQueue(label: "my-queue")))
565
566
-print("DONE!") // CHECK: DONE!
+print("DONE!") // CHECK: DONE!
0 commit comments