From 7bac01e8ce7b796053b5192cb7e069b6ab9c3732 Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Tue, 5 Nov 2024 23:58:15 -0800 Subject: [PATCH] [Tests] Remove swift_feature_IsolatedDeinit --- test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift | 1 - test/SILOptimizer/stack_promotion_isolated_deinit.swift | 1 - 2 files changed, 2 deletions(-) diff --git a/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift b/test/Concurrency/Runtime/async_task_locals_isolated_deinit.swift index 8b9fe05d7c274..377cddaddeb5f 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 205eca2eb3398..11e903739a07f 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()