Skip to content

Commit af036fe

Browse files
authored
Merge pull request #77366 from eeckstein/fix-test
tests: add a missing REQUIRE in SILOptimizer/stack_promotion_isolated_deinit.swift
2 parents 0a18baa + d552288 commit af036fe

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)