Skip to content

Commit d552288

Browse files
committed
tests: add a missing REQUIRE in SILOptimizer/stack_promotion_isolated_deinit.swift
1 parent c0a55e1 commit d552288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)