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 1
1
// RUN: %target-swift-frontend -swift-version 6 -emit-silgen -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s | %FileCheck %s
2
2
// RUN: %target-swift-frontend -swift-version 6 -emit-sil -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s -verify
3
3
4
+ // REQUIRES: asserts
5
+
4
6
// READ THIS! This test is meant to FileCheck the specific isolation when
5
7
// UnspecifiedMeansMainActorIsolated is enabled. Please do not put other types
6
8
// of tests in here.
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -swift-version 6 -emit-sil -enable-experimental-feature UnspecifiedMeansMainActorIsolated %s -verify
2
2
3
+ // REQUIRES: asserts
4
+
3
5
// READ THIS! This test is meant to check the specific isolation when
4
6
// UnspecifiedMeansMainActorIsolated is enabled in combination with validating
5
7
// behavior around explicitly non-Sendable types that trigger type checker
You can’t perform that action at this time.
0 commit comments