We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
REQUIRES: executable_test
for-expr.swift
1 parent 8cdb07f commit 1061f95Copy full SHA for 1061f95
test/stmt/for-expr.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-run-simple-swift(-enable-experimental-feature ForExpressions) | %FileCheck %s
2
3
// REQUIRES: swift_feature_ForExpressions
4
+// REQUIRES: executable_test
5
6
func f() -> String {
7
for (i, x) in "hello".enumerated() {
0 commit comments