Skip to content

Commit 24d23a0

Browse files
authored
Merge pull request #25128 from drodriguez/android-sr-10600-executable-test
[test] Mark SR-10600.swift as executable.
2 parents c1c3b60 + c83ec17 commit 24d23a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/SR-10600.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-run-simple-swift | %FileCheck %s
22

3+
// REQUIRES: executable_test
4+
35
public class BaseView { }
46
public class GenericView<T>: BaseView { }
57
public class FinalView: GenericView<ContentForTheView> { }

0 commit comments

Comments
 (0)