Skip to content

Commit 4b79fce

Browse files
committed
[test] Mark stored-properties-client as executable.
Test was enabled in swiftlang#21426, but it was not marked as executable, and the Android CI has been trying to run it in the builder, and failing.
1 parent 7311886 commit 4b79fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ParseableInterface/stored-properties-client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %empty-directory(%t)
22

3+
// REQUIRES: executable_test
4+
35
// 1. Build ../stored-properties.swift to a dylib and emit its interface in %t
46

57
// RUN: %target-build-swift-dylib(%t/%target-library-name(StoredProperties)) -emit-module-interface-path %t/StoredProperties.swiftinterface %S/stored-properties.swift -module-name StoredProperties -swift-version 5

0 commit comments

Comments
 (0)