Skip to content

Commit 1061f95

Browse files
authored
Add REQUIRES: executable_test to for-expr.swift (#84751)
The lack of this condition made some jobs fail, e.g. https://ci.swift.org/job/oss-swift_tools-RA_stdlib-DA_test-device-non_executable/9749 rdar://162140584
1 parent 8cdb07f commit 1061f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stmt/for-expr.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift(-enable-experimental-feature ForExpressions) | %FileCheck %s
22

33
// REQUIRES: swift_feature_ForExpressions
4+
// REQUIRES: executable_test
45

56
func f() -> String {
67
for (i, x) in "hello".enumerated() {

0 commit comments

Comments
 (0)