Skip to content

Commit ba31190

Browse files
committed
[NFC] Remove unnecessary asserts requirement in @execution tests
These files already have the appropriate Lit feature markers to prevent them from running with asserts if necessary.
1 parent 8d757ba commit ba31190

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

test/Concurrency/attr_execution/attr_execution.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-swift-emit-silgen -enable-experimental-feature ExecutionAttribute -enable-experimental-feature AsyncCallerExecution %s | %FileCheck %s
22

3-
// REQUIRES: asserts
43
// REQUIRES: swift_feature_ExecutionAttribute
54
// REQUIRES: swift_feature_AsyncCallerExecution
65

test/Concurrency/attr_execution/conversions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -target %target-swift-5.1-abi-triple -enable-experimental-feature ExecutionAttribute
22

3-
// REQUIRES: asserts
43
// REQUIRES: concurrency
54
// REQUIRES: swift_feature_ExecutionAttribute
65

test/Parse/execution.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature ExecutionAttribute
22

3-
// REQUIRES: asserts
43
// REQUIRES: concurrency
54
// REQUIRES: swift_feature_ExecutionAttribute
65

test/SILGen/execution_attr.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: %target-swift-emit-silgen %s -enable-experimental-feature ExecutionAttribute -enable-experimental-feature AsyncCallerExecution | %FileCheck %s
33

44
// REQUIRES: concurrency
5-
// REQUIRES: asserts
65
// REQUIRES: swift_feature_ExecutionAttribute
76
// REQUIRES: swift_feature_AsyncCallerExecution
87

0 commit comments

Comments
 (0)