Skip to content

Commit c83ec17

Browse files
committed
[test] Mark SR-10600.swift as executable.
Android CI do not run the executable tests because there's no device attached, but this test was not marked to be skipped, and it broke the Android CI.
1 parent 1069fc2 commit c83ec17

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)