File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ public actor MyAct {
67
67
68
68
@available ( SwiftStdlib 6 . 1 , * )
69
69
public actor MyActIsolatedDeinit {
70
- // CHECK: sil [serialized] [[AVAILABILITY:\[available.*\]]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfZ : $@convention(thin) (@owned MyActIsolatedDeinit) -> ()
71
- // CHECK: sil [serialized] [[AVAILABILITY:\[available.*\]]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfD : $@convention(method) (@owned MyActIsolatedDeinit) -> ()
70
+ // CHECK: sil [serialized] [[AVAILABILITY:.*]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfZ : $@convention(thin) (@owned MyActIsolatedDeinit) -> ()
71
+ // CHECK: sil [serialized] [[AVAILABILITY:.*]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfD : $@convention(method) (@owned MyActIsolatedDeinit) -> ()
72
72
@inlinable isolated deinit { }
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments