Skip to content

Commit 87800ca

Browse files
authored
[Test] Mark new Interpreter/issue-85020 test as executable_test (#85790)
Otherwise, various [non-executable CI like Android fail](https://ci.swift.org/job/oss-swift-package-swift-sdk-for-android/110/console).
1 parent cf78230 commit 87800ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/issue-85020.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/85020
44

5+
// REQUIRES: executable_test
6+
57
struct Store {
68
let theType: Any.Type
79

0 commit comments

Comments
 (0)