[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).
This commit is contained in:
finagolfin
2025-11-12 06:30:03 +05:30
committed by GitHub
parent 3eb1beaecf
commit b57012039b

View File

@@ -2,6 +2,8 @@
// https://github.com/swiftlang/swift/issues/78598 // https://github.com/swiftlang/swift/issues/78598
// REQUIRES: executable_test
var counter = 0 var counter = 0
final class Entry<Results> { final class Entry<Results> {