Skip to content

Commit a34956b

Browse files
authored
Merge pull request #29235 from drodriguez/executable-inherits-superclass-initializers-client
[test][android] Mark inherits-superclass-initializers-client as executable.
2 parents 2715c70 + eb90ff2 commit a34956b

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)