diff --git a/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift b/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift index 8b9fe05d7c27..377cddaddeb5 100644 --- a/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift +++ b/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift @@ -7,7 +7,6 @@ // REQUIRES: executable_test // REQUIRES: concurrency // REQUIRES: concurrency_runtime -// REQUIRES: swift_feature_IsolatedDeinit // UNSUPPORTED: back_deployment_runtime import Swift diff --git a/test/SILOptimizer/stack_promotion_isolated_deinit.swift b/test/SILOptimizer/stack_promotion_isolated_deinit.swift index 205eca2eb339..11e903739a07 100644 --- a/test/SILOptimizer/stack_promotion_isolated_deinit.swift +++ b/test/SILOptimizer/stack_promotion_isolated_deinit.swift @@ -1,6 +1,5 @@ // RUN: %target-swift-frontend -parse-as-library -O -module-name=test %s -emit-sil | %FileCheck %s // REQUIRES: swift_in_compiler -// REQUIRES: swift_feature_IsolatedDeinit @globalActor actor AnotherActor: GlobalActor { static let shared = AnotherActor()