Skip to content

Commit b570120

Browse files
authored
[Test] Mark new test as executable_test (#85443)
Otherwise, various [non-executable CI like Android fail](https://ci.swift.org/job/oss-swift-package-swift-sdk-for-android/75/console).
1 parent 3eb1bea commit b570120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/issue-78598.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// https://github.com/swiftlang/swift/issues/78598
44

5+
// REQUIRES: executable_test
6+
57
var counter = 0
68

79
final class Entry<Results> {

0 commit comments

Comments
 (0)