File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Concurrency/attr_execution Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-emit-silgen -enable-experimental-feature ExecutionAttribute -enable-experimental-feature AsyncCallerExecution %s | %FileCheck %s
2
2
3
- // REQUIRES: asserts
4
3
// REQUIRES: swift_feature_ExecutionAttribute
5
4
// REQUIRES: swift_feature_AsyncCallerExecution
6
5
Original file line number Diff line number Diff line change 1
1
// RUN: %target-typecheck-verify-swift -target %target-swift-5.1-abi-triple -enable-experimental-feature ExecutionAttribute
2
2
3
- // REQUIRES: asserts
4
3
// REQUIRES: concurrency
5
4
// REQUIRES: swift_feature_ExecutionAttribute
6
5
Original file line number Diff line number Diff line change 1
1
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature ExecutionAttribute
2
2
3
- // REQUIRES: asserts
4
3
// REQUIRES: concurrency
5
4
// REQUIRES: swift_feature_ExecutionAttribute
6
5
Original file line number Diff line number Diff line change 2
2
// RUN: %target-swift-emit-silgen %s -enable-experimental-feature ExecutionAttribute -enable-experimental-feature AsyncCallerExecution | %FileCheck %s
3
3
4
4
// REQUIRES: concurrency
5
- // REQUIRES: asserts
6
5
// REQUIRES: swift_feature_ExecutionAttribute
7
6
// REQUIRES: swift_feature_AsyncCallerExecution
8
7
You can’t perform that action at this time.
0 commit comments