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 9d9b964 commit 644a304Copy full SHA for 644a304
test/Distributed/Runtime/distributed_actor_executor_asserts.swift
@@ -83,7 +83,7 @@ actor EnqueueTest {
83
}
84
85
tests.test("remote actor reference should have crash-on-enqueue executor") {
86
- expectCrashLater(withMessage: "Attempted to enqueue Job (Job(id: 1)) on executor of remote distributed actor reference!")
+ expectCrashLater(withMessage: "Attempted to enqueue ExecutorJob (ExecutorJob(id: 1)) on executor of remote distributed actor reference!")
87
// we do the bad idea of taking an executor from a remote worker
88
// and then force another actor to run on it; this will cause an enqueue on the "crash on enqueue" executor.
89
let wrongUse = EnqueueTest(unownedExecutor: normalRemoteWorker.unownedExecutor)
0 commit comments