Skip to content

Commit 9d5f631

Browse files
committed
Update test
1 parent a8f91c4 commit 9d5f631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ClangImporter/objc_async.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ actor MySubclassCheckingSwiftAttributes : ProtocolWithSwiftAttributes {
9090
func mainActorMethod() {
9191
syncMethod() // expected-error{{actor-isolated instance method 'syncMethod()' can not be referenced from context of global actor 'MainActor'}}
9292
}
93+
94+
func uiActorMethod() { }
9395
}

0 commit comments

Comments
 (0)