Skip to content

Commit eb90ff2

Browse files
committed
[test][android] Mark inherits-superclass-initializers-client as executable.
The test uses %target-run, which requires executing code. Android CI cannot execute code because no device is attached. Marking the test as executable skip it in the Android CI machines.
1 parent 1c74c7f commit eb90ff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ModuleInterface/inherits-superclass-initializers-client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Compile the imported module to a .swiftinterface and ensure the convenience
22
// init delegates through the subclasses correctly.
33

4+
// REQUIRES: executable_test
5+
46
// RUN: %empty-directory(%t)
57
// RUN: %target-build-swift-dylib(%t/%target-library-name(Module)) %S/inherits-superclass-initializers.swift -emit-module-path %t/Module.swiftmodule -emit-module-interface-path %t/Module.swiftinterface -module-name Module -enable-library-evolution
68
// RUN: rm %t/Module.swiftmodule

0 commit comments

Comments
 (0)