Skip to content

Commit 54d0305

Browse files
committed
Fix test for the 6.2 branch, which does not have the ABI hopping
optimization yet.
1 parent 7e601ad commit 54d0305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/isolation_macro_sil.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func takeDefaulted(iso: isolated (any Actor)? = #isolation) {}
2727
// CHECK-LABEL: // closure #1 in containsClosure()
2828
// CHECK-NEXT: // Isolation: caller_isolation_inheriting
2929
// CHECK: bb0(%0 : $Optional<any Actor>):
30+
// CHECK-NEXT: hop_to_executor %0
3031
// CHECK-NEXT: // function_ref take(iso:)
3132
// CHECK-NEXT: [[FN:%.*]] = function_ref @
3233
// CHECK-NEXT: apply [[FN]](%0)

0 commit comments

Comments
 (0)