Skip to content

Commit 998b350

Browse files
authored
Merge pull request #77414 from rintaro/test-feature-isolateddeinit
[Tests] Remove swift_feature_IsolatedDeinit
2 parents 52cff19 + 7bac01e commit 998b350

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// REQUIRES: executable_test
88
// REQUIRES: concurrency
99
// REQUIRES: concurrency_runtime
10-
// REQUIRES: swift_feature_IsolatedDeinit
1110
// UNSUPPORTED: back_deployment_runtime
1211

1312
import Swift

test/SILOptimizer/stack_promotion_isolated_deinit.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-swift-frontend -parse-as-library -O -module-name=test %s -emit-sil | %FileCheck %s
22
// REQUIRES: swift_in_compiler
3-
// REQUIRES: swift_feature_IsolatedDeinit
43

54
@globalActor actor AnotherActor: GlobalActor {
65
static let shared = AnotherActor()

0 commit comments

Comments
 (0)