File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,6 @@ func testEraseInheritingSyncNonIsolatedClosure() {
210
210
// CHECK-NEXT: [[TAKE_FN:%.*]] = function_ref @$s4test29takeInheritingSyncIsolatedAny2fnyyyYbYAc_tF
211
211
// CHECK-NEXT: apply [[TAKE_FN]]([[CLOSURE]])
212
212
// CHECK-NEXT: destroy_value [[CLOSURE]]
213
- // CHECK-NEXT: tuple ()
214
- // CHECK-NEXT: return
215
213
@MainActor
216
214
func testEraseInheritingSyncMainActorClosure( ) {
217
215
takeInheritingSyncIsolatedAny { @MainActor in
@@ -321,8 +319,6 @@ func testEraseInheritingAsyncNonIsolatedClosure() {
321
319
// CHECK-NEXT: [[TAKE_FN:%.*]] = function_ref @$s4test30takeInheritingAsyncIsolatedAny2fnyyyYaYbYAc_tF
322
320
// CHECK-NEXT: apply [[TAKE_FN]]([[CLOSURE]])
323
321
// CHECK-NEXT: destroy_value [[CLOSURE]]
324
- // CHECK-NEXT: tuple ()
325
- // CHECK-NEXT: return
326
322
@MainActor
327
323
func testEraseInheritingAsyncMainActorClosure( ) {
328
324
takeInheritingAsyncIsolatedAny {
@@ -355,8 +351,6 @@ actor MyGlobalActorInstance {}
355
351
// CHECK-NEXT: [[TAKE_FN:%.*]] = function_ref @$s4test30takeInheritingAsyncIsolatedAny2fnyyyYaYbYAc_tF
356
352
// CHECK-NEXT: apply [[TAKE_FN]]([[CLOSURE]])
357
353
// CHECK-NEXT: destroy_value [[CLOSURE]]
358
- // CHECK-NEXT: tuple ()
359
- // CHECK-NEXT: return
360
354
@MyGlobalActor
361
355
func testEraseInheritingAsyncGlobalActorClosure( ) {
362
356
takeInheritingAsyncIsolatedAny {
You can’t perform that action at this time.
0 commit comments