We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a18baa + d552288 commit af036feCopy full SHA for af036fe
test/SILOptimizer/stack_promotion_isolated_deinit.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-swift-frontend -parse-as-library -O -module-name=test %s -emit-sil -enable-experimental-feature IsolatedDeinit | %FileCheck %s
2
// REQUIRES: swift_in_compiler
3
+// REQUIRES: swift_feature_IsolatedDeinit
4
5
@globalActor actor AnotherActor: GlobalActor {
6
static let shared = AnotherActor()
0 commit comments