Skip to content

Commit 7012a05

Browse files
committed
Update a test
1 parent f9f50a6 commit 7012a05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/decl/class/actor/basic.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ actor MyActor { }
77
class MyActorSubclass1: MyActor { }
88
// expected-error@-1{{actor types do not support inheritance}}
99
// expected-error@-2{{type 'MyActorSubclass1' cannot conform to the 'Actor' protocol}}
10-
// expected-error@-3{{non-final class 'MyActorSubclass1' cannot conform to 'Sendable'; use '@unchecked Sendable'}}
1110

1211
actor MyActorSubclass2: MyActor { } // expected-error{{actor types do not support inheritance}}
1312

0 commit comments

Comments
 (0)