Skip to content

Commit 866848c

Browse files
authored
Update test/Distributed/distributed_actor_unsupported_typed_throws.swift
1 parent a65a669 commit 866848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Distributed/distributed_actor_unsupported_typed_throws.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Distributed
99
typealias DefaultDistributedActorSystem = LocalTestingDistributedActorSystem
1010

1111
distributed actor Foo {
12-
distributed func alwaysThrows() throws(FooError) { // expected-error{{cannot declare distributed function function with typed throws}}
12+
distributed func alwaysThrows() throws(FooError) { // expected-error{{cannot declare distributed function with typed throws}}
1313
throw FooError()
1414
}
1515
}

0 commit comments

Comments
 (0)