File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/Concurrency/ActorIsolationInference Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
3
- // RUN: %target-swift-frontend -emit-module -emit-module-path %t/other_global_actor_inference .swiftmodule -module-name other_global_actor_inference -strict-concurrency=complete %S/Inputs/other_global_actor_inference .swift -enable-upcoming-feature GlobalActorIsolatedTypesUsability
3
+ // RUN: %target-swift-frontend -emit-module -emit-module-path %t/other_global_actor .swiftmodule -module-name other_global_actor -strict-concurrency=complete %S/Inputs/other_global_actor .swift -enable-upcoming-feature GlobalActorIsolatedTypesUsability
4
4
// RUN: %target-swift-frontend -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify -verify-additional-prefix minimal-targeted- -enable-upcoming-feature GlobalActorIsolatedTypesUsability
5
5
// RUN: %target-swift-frontend -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify -strict-concurrency=targeted -verify-additional-prefix minimal-targeted- -enable-upcoming-feature GlobalActorIsolatedTypesUsability
6
6
// RUN: %target-swift-frontend -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify -strict-concurrency=complete -verify-additional-prefix complete-tns- -enable-upcoming-feature GlobalActorIsolatedTypesUsability
10
10
// REQUIRES: swift_feature_GlobalActorIsolatedTypesUsability
11
11
// REQUIRES: swift_feature_RegionBasedIsolation
12
12
13
- import other_global_actor_inference
13
+ import other_global_actor
14
14
15
15
actor SomeActor { }
16
16
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
3
- // RUN: %target-swift-frontend -swift-version 6 -emit-module -emit-module-path %t/other_global_actor_inference .swiftmodule -module-name other_global_actor_inference -strict-concurrency=complete %S/Inputs/other_global_actor_inference .swift
3
+ // RUN: %target-swift-frontend -swift-version 6 -emit-module -emit-module-path %t/other_global_actor .swiftmodule -module-name other_global_actor -strict-concurrency=complete %S/Inputs/other_global_actor .swift
4
4
5
5
// RUN: %target-swift-frontend -swift-version 6 -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify
6
6
7
7
// REQUIRES: concurrency
8
8
9
- import other_global_actor_inference
9
+ import other_global_actor
10
10
11
11
actor SomeActor { }
12
12
You can’t perform that action at this time.
0 commit comments