File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11// RUN: %target-swift-frontend -swift-version 6 -emit-silgen -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s | %FileCheck %s
22// RUN: %target-swift-frontend -swift-version 6 -emit-sil -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s -verify
33
4+ // REQUIRES: asserts
5+
46// READ THIS! This test is meant to FileCheck the specific isolation when
57// UnspecifiedMeansMainActorIsolated is enabled. Please do not put other types
68// of tests in here.
Original file line number Diff line number Diff line change 11// RUN: %target-swift-frontend -swift-version 6 -emit-sil -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s -verify
22
3+ // REQUIRES: asserts
4+
35// READ THIS! This test is meant to check the specific isolation when
46// UnspecifiedMeansMainActorIsolated is enabled in combination with validating
57// behavior around explicitly non-Sendable types that trigger type checker
You can’t perform that action at this time.
0 commit comments