Skip to content

Commit 302ab1c

Browse files
committed
add newly required // REQUIRES: swift_feature_IsolatedDeinit
1 parent aadc67e commit 302ab1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: concurrency
99
// REQUIRES: concurrency_runtime
1010
// UNSUPPORTED: back_deployment_runtime
11+
// REQUIRES: swift_feature_IsolatedDeinit
1112

1213
import Swift
1314
import _Concurrency

test/SILOptimizer/stack_promotion_isolated_deinit.swift

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

45
@globalActor actor AnotherActor: GlobalActor {
56
static let shared = AnotherActor()

0 commit comments

Comments
 (0)