Skip to content

Commit 5760c96

Browse files
committed
Fix deadlock(?)
1 parent 8af35fe commit 5760c96

File tree

1 file changed

+0
-1
lines changed
  • lldb/test/API/lang/swift/async/actors/unprioritised_jobs

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/async/actors/unprioritised_jobs/main.swift

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ actor Actor {
2121
async let _ = a.work()
2222
async let _ = a.work()
2323
async let _ = a.work()
24-
try? await Task.sleep(for: .seconds(0.5))
2524
print("break here")
2625
}
2726
}

0 commit comments

Comments
 (0)